From 0828c28501cfb14100d1270924ec77a8877ba94e Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 19 Jan 2009 15:16:17 +0000 Subject: * 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. --- OpenSim/Data/MySQL/Resources/027_RegionStore.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 OpenSim/Data/MySQL/Resources/027_RegionStore.sql (limited to 'OpenSim/Data/MySQL/Resources/027_RegionStore.sql') 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 @@ +BEGIN; + +ALTER TABLE prims DROP COLUMN ParentID; + +COMMIT; \ No newline at end of file -- cgit v1.1