aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/Resources/020_RegionStore.sql
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-07-15 23:28:36 +0100
committerJustin Clark-Casey (justincc)2010-07-15 23:28:36 +0100
commit2c3207df076b6633c7b8a777adb8583eba6a6d82 (patch)
tree6adc13abf8dc86bd06e262cc86133dbbc3dfa05c /OpenSim/Data/SQLite/Resources/020_RegionStore.sql
parentHandle checking of line starting "*" wildcard for whitelist patterns (diff)
downloadopensim-SC_OLD-2c3207df076b6633c7b8a777adb8583eba6a6d82.zip
opensim-SC_OLD-2c3207df076b6633c7b8a777adb8583eba6a6d82.tar.gz
opensim-SC_OLD-2c3207df076b6633c7b8a777adb8583eba6a6d82.tar.bz2
opensim-SC_OLD-2c3207df076b6633c7b8a777adb8583eba6a6d82.tar.xz
add missing regionstore migration file for new fields. D'oh!
this should enable persistence now
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/SQLite/Resources/020_RegionStore.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Data/SQLite/Resources/020_RegionStore.sql b/OpenSim/Data/SQLite/Resources/020_RegionStore.sql
new file mode 100644
index 0000000..39cb752
--- /dev/null
+++ b/OpenSim/Data/SQLite/Resources/020_RegionStore.sql
@@ -0,0 +1,6 @@
1BEGIN;
2
3ALTER TABLE prims ADD COLUMN MediaURL varchar(255);
4ALTER TABLE primshapes ADD COLUMN Media TEXT;
5
6COMMIT; \ No newline at end of file