MySQL migrations: fix one last migration that had been left behind
parent
134e94a7e9
commit
ded776c86b
|
@ -22,3 +22,10 @@ CREATE TABLE IF NOT EXISTS `useraccounts` (
|
||||||
|
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
|
||||||
|
:VERSION 6 # -------------------------
|
||||||
|
|
||||||
|
BEGIN;
|
||||||
|
|
||||||
|
ALTER TABLE `UserAccounts` ADD `active` INT NOT NULL DEFAULT '1';
|
||||||
|
|
||||||
|
COMMIT;
|
||||||
|
|
Loading…
Reference in New Issue