Added a "views" counter to discussions and user submissions.
This commit is contained in:
parent
30999c9982
commit
057b523210
4 changed files with 37 additions and 23 deletions
|
|
@ -90,6 +90,10 @@ INSERT INTO international VALUES (513,'WebGUI','English','Previous Thread');
|
|||
delete from international where internationalId=10 and namespace='MessageBoard';
|
||||
delete from international where internationalId=14 and namespace='MessageBoard';
|
||||
INSERT INTO settings VALUES ('addEditStampToPosts','1');
|
||||
alter table discussion add column views int not null default 0;
|
||||
INSERT INTO international VALUES (514,'WebGUI','English','Views');
|
||||
INSERT INTO international VALUES (515,'WebGUI','English','Add edit stamp to posts?');
|
||||
alter table UserSubmission_submission add column views int not null default 0
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue