diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Data/MySQL/Resources/UserAccount.migrations | 7 |
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 | ||
23 | COMMIT; | 23 | COMMIT; |
24 | 24 | ||
25 | :VERSION 6 # ------------------------- | ||
26 | |||
27 | BEGIN; | ||
28 | |||
29 | ALTER TABLE `UserAccounts` ADD `active` INT NOT NULL DEFAULT '1'; | ||
30 | |||
31 | COMMIT; | ||