Skip to content

Commit

Permalink
listRepository renaming.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Jul 30, 2002
1 parent 33e384a commit 9f649ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sql/mysql/upgrades
Original file line number Diff line number Diff line change
Expand Up @@ -574,3 +574,9 @@ ALTER TABLE section_extras MODIFY COLUMN type enum("text","list","topics") DEFAU
INSERT INTO code_param (type, code, name) VALUES ('submission-state',0,'Pending');
INSERT INTO code_param (type, code, name) VALUES ('submission-state',1,'Rejected');
INSERT INTO code_param (type, code, name) VALUES ('submission-state',2,'Accepted');

# For plugins/Repository (ignore if you're not using that plugin):
DELETE FROM templates WHERE name='listRepository' AND page='repository' AND section='default';
# (this template was renamed; the new "listRepos" will be added back
# in with a "template-tool -U")

0 comments on commit 9f649ad

Please sign in to comment.