Also support "last X" REST interface
This commit is contained in:
4
sql/db_update_1.1-alpha4_1.1-alpha5_postgres.sql
Normal file
4
sql/db_update_1.1-alpha4_1.1-alpha5_postgres.sql
Normal file
@ -0,0 +1,4 @@
|
||||
ALTER TABLE {PREFIX}images ADD COLUMN realname varchar(255) not null default '';
|
||||
ALTER TABLE {PREFIX}references ADD COLUMN type varchar(128) not null default '';
|
||||
CREATE INDEX reftype_idx ON {PREFIX}references (type);
|
||||
|
Reference in New Issue
Block a user