diff options
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/2013_xx_xx_00_auth_account.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/auth/2013_xx_xx_00_auth_account.sql b/sql/updates/auth/2013_xx_xx_00_auth_account.sql index fa893915716..9af73d41ee3 100644 --- a/sql/updates/auth/2013_xx_xx_00_auth_account.sql +++ b/sql/updates/auth/2013_xx_xx_00_auth_account.sql @@ -1,3 +1,3 @@ ALTER TABLE `account` ADD COLUMN `mutereason` VARCHAR(255) NOT NULL DEFAULT '' AFTER `mutetime`, - ADD COLUMN `muteby` VARCHAR(50) NOT NULL DEFAULT '' AFTER `mutereason`;
\ No newline at end of file + ADD COLUMN `muteby` VARCHAR(50) NOT NULL DEFAULT '' AFTER `mutereason`; |
