MySQL migrations: fix one last migration that had been left behind

LSLKeyTest
Diva Canto 2016-02-21 07:08:55 -08:00
parent 134e94a7e9
commit ded776c86b
1 changed files with 7 additions and 0 deletions

View File

@ -22,3 +22,10 @@ CREATE TABLE IF NOT EXISTS `useraccounts` (
COMMIT;
:VERSION 6 # -------------------------
BEGIN;
ALTER TABLE `UserAccounts` ADD `active` INT NOT NULL DEFAULT '1';
COMMIT;