MySQL migrations: fix one last migration that had been left behind
Conflicts: OpenSim/Data/MySQL/Resources/UserAccount.migrations0.8.2-post-fixes
parent
ea7b316c4b
commit
28e35420ea
|
@ -22,4 +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