mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
MySQL migrations: fix one last migration that had been left behind
This commit is contained in:
@@ -22,3 +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