mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
TOS module. WARNING: migration in GridUser table.
This commit is contained in:
@@ -17,3 +17,11 @@ CREATE TABLE `GridUser` (
|
||||
) ENGINE=InnoDB;
|
||||
|
||||
COMMIT;
|
||||
|
||||
:VERSION 2 # --------------------------
|
||||
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE `GridUser` ADD COLUMN TOS CHAR(36);
|
||||
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user