aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Data/MySQL/Resources/UserAccount.migrations7
1 files changed, 7 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/Resources/UserAccount.migrations b/OpenSim/Data/MySQL/Resources/UserAccount.migrations
index b634343..703238c 100644
--- a/OpenSim/Data/MySQL/Resources/UserAccount.migrations
+++ b/OpenSim/Data/MySQL/Resources/UserAccount.migrations
@@ -22,3 +22,10 @@ CREATE TABLE IF NOT EXISTS `useraccounts` (
22 22
23COMMIT; 23COMMIT;
24 24
25:VERSION 6 # -------------------------
26
27BEGIN;
28
29ALTER TABLE `UserAccounts` ADD `active` INT NOT NULL DEFAULT '1';
30
31COMMIT;