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

Conflicts:
	OpenSim/Data/MySQL/Resources/UserAccount.migrations
This commit is contained in:
Diva Canto
2016-04-12 11:12:36 -07:00
parent ea7b316c4b
commit 28e35420ea
@@ -22,4 +22,10 @@ CREATE TABLE IF NOT EXISTS `UserAccounts` (
COMMIT;
:VERSION 6 # -------------------------
BEGIN;
ALTER TABLE `UserAccounts` ADD `active` INT NOT NULL DEFAULT '1';
COMMIT;