aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLiteLegacy/Resources/012_RegionStore.sql
diff options
context:
space:
mode:
authorMelanie2010-04-30 20:15:19 +0100
committerMelanie2010-04-30 20:15:19 +0100
commit9bc5098dd8cac09caab5d50045aba13110ead2c6 (patch)
treea8c197c950b14234873e66bd199178907983c302 /OpenSim/Data/SQLiteLegacy/Resources/012_RegionStore.sql
parentFix linking issue introduced in my earlier commit (diff)
parentMerge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff)
downloadopensim-SC_OLD-9bc5098dd8cac09caab5d50045aba13110ead2c6.zip
opensim-SC_OLD-9bc5098dd8cac09caab5d50045aba13110ead2c6.tar.gz
opensim-SC_OLD-9bc5098dd8cac09caab5d50045aba13110ead2c6.tar.bz2
opensim-SC_OLD-9bc5098dd8cac09caab5d50045aba13110ead2c6.tar.xz
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Data/SQLiteLegacy/Resources/012_RegionStore.sql')
-rw-r--r--OpenSim/Data/SQLiteLegacy/Resources/012_RegionStore.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Data/SQLiteLegacy/Resources/012_RegionStore.sql b/OpenSim/Data/SQLiteLegacy/Resources/012_RegionStore.sql
new file mode 100644
index 0000000..d952b78
--- /dev/null
+++ b/OpenSim/Data/SQLiteLegacy/Resources/012_RegionStore.sql
@@ -0,0 +1,5 @@
1BEGIN;
2
3ALTER TABLE prims ADD COLUMN Material INTEGER NOT NULL default 3;
4
5COMMIT;