aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-01-19 15:16:17 +0000
committerJustin Clarke Casey2009-01-19 15:16:17 +0000
commit0828c28501cfb14100d1270924ec77a8877ba94e (patch)
tree5a18964ac0f48b897aef59b43890b33542a7f4bf /OpenSim/Data/MySQL/Resources
parentNo longer append a "texture" parameter on texture asset requests. The (diff)
downloadopensim-SC_OLD-0828c28501cfb14100d1270924ec77a8877ba94e.zip
opensim-SC_OLD-0828c28501cfb14100d1270924ec77a8877ba94e.tar.gz
opensim-SC_OLD-0828c28501cfb14100d1270924ec77a8877ba94e.tar.bz2
opensim-SC_OLD-0828c28501cfb14100d1270924ec77a8877ba94e.tar.xz
* Remove unused prims.ParentID field from SQLite and MySQL
* Since this is a db change, as always I strongly recommend that you backup your database before updating to this revision * Haven't touched MSSQL in case I get it wrong - looking for some kind soul to take care of this.
Diffstat (limited to 'OpenSim/Data/MySQL/Resources')
-rw-r--r--OpenSim/Data/MySQL/Resources/027_RegionStore.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/Resources/027_RegionStore.sql b/OpenSim/Data/MySQL/Resources/027_RegionStore.sql
new file mode 100644
index 0000000..e1efab3
--- /dev/null
+++ b/OpenSim/Data/MySQL/Resources/027_RegionStore.sql
@@ -0,0 +1,5 @@
1BEGIN;
2
3ALTER TABLE prims DROP COLUMN ParentID;
4
5COMMIT; \ No newline at end of file