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

Conflicts:
	OpenSim/Data/MySQL/Resources/UserAccount.migrations
0.8.2-post-fixes
Diva Canto 2016-02-21 07:08:55 -08:00
parent ea7b316c4b
commit 28e35420ea
1 changed files with 6 additions and 0 deletions

View File

@ -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;