mirror of
git://opensimulator.org/git/opensim
synced 2026-08-14 09:02:50 +00:00
MySQL migrations: fix one last migration that had been left behind
Conflicts: OpenSim/Data/MySQL/Resources/UserAccount.migrations
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user