diff options
author | Melanie | 2010-01-15 21:13:57 +0000 |
---|---|---|
committer | Melanie | 2010-01-15 21:13:57 +0000 |
commit | 0d5f182c0235139a7bb343bf9856e064cf19e2da (patch) | |
tree | dddab9a2a923c2b66aed9793ab938eb0d317eb5a /OpenSim/Data/MySQL/Resources | |
parent | Added a UserAccountCache to the UserAccountServiceConnectors. Uses a CenomeCa... (diff) | |
download | opensim-SC_OLD-0d5f182c0235139a7bb343bf9856e064cf19e2da.zip opensim-SC_OLD-0d5f182c0235139a7bb343bf9856e064cf19e2da.tar.gz opensim-SC_OLD-0d5f182c0235139a7bb343bf9856e064cf19e2da.tar.bz2 opensim-SC_OLD-0d5f182c0235139a7bb343bf9856e064cf19e2da.tar.xz |
Add a handful of new region flags and a small migration
Diffstat (limited to 'OpenSim/Data/MySQL/Resources')
-rw-r--r-- | OpenSim/Data/MySQL/Resources/007_GridStore.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/Resources/007_GridStore.sql b/OpenSim/Data/MySQL/Resources/007_GridStore.sql new file mode 100644 index 0000000..3f88d3d --- /dev/null +++ b/OpenSim/Data/MySQL/Resources/007_GridStore.sql | |||
@@ -0,0 +1,6 @@ | |||
1 | BEGIN; | ||
2 | |||
3 | ALTER TABLE `regions` ADD COLUMN `PrincipalID` char(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000'; | ||
4 | |||
5 | COMMIT; | ||
6 | |||