Archived
Also support "last X" REST interface
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE {PREFIX}authors ADD COLUMN right_publish int2;
|
||||
ALTER TABLE {PREFIX}authors ALTER COLUMN right_publish SET DEFAULT '1';
|
||||
UPDATE {PREFIX}authors SET right_publish=1;
|
||||
Reference in New Issue
Block a user