Also support "last X" REST interface
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE {PREFIX}authors ADD realname VARCHAR( 255 ) NOT NULL FIRST;
|
||||
UPDATE {PREFIX}authors SET realname = username;
|
||||
Reference in New Issue
Block a user