Also support "last X" REST interface
This commit is contained in:
4
sql/db_update_0.3_0.4_postgres.sql
Normal file
4
sql/db_update_0.3_0.4_postgres.sql
Normal file
@ -0,0 +1,4 @@
|
||||
ALTER TABLE {PREFIX}entries ADD COLUMN allow_comments BOOLEAN;
|
||||
UPDATE {PREFIX}entries SET allow_comments=TRUE;
|
||||
ALTER TABLE {PREFIX}entries ALTER COLUMN allow_comments SET NOT NULL;
|
||||
ALTER TABLE {PREFIX}entries ALTER COLUMN allow_comments SET DEFAULT TRUE;
|
Reference in New Issue
Block a user