From c4cc626dffd87b6ab28f40c847db2def95e189b7 Mon Sep 17 00:00:00 2001
From: Melanie
Date: Mon, 30 Jan 2012 20:34:32 +0000
Subject: Add the needed column in the regions table and a few tweaks. Warning:
 Contains a Migration Warning: Cannot guarantee nut free

---
 OpenSim/Data/MySQL/Resources/GridStore.migrations | 9 +++++++++
 1 file changed, 9 insertions(+)

(limited to 'OpenSim/Data')

diff --git a/OpenSim/Data/MySQL/Resources/GridStore.migrations b/OpenSim/Data/MySQL/Resources/GridStore.migrations
index eda6dbb..98ba8c5 100644
--- a/OpenSim/Data/MySQL/Resources/GridStore.migrations
+++ b/OpenSim/Data/MySQL/Resources/GridStore.migrations
@@ -94,3 +94,12 @@ BEGIN;
 alter table regions modify column regionName varchar(128) default NULL;
 
 COMMIT;
+
+:VERSION 9      # ------------
+
+BEGIN;
+
+alter table regions add column `parcelMapTexture` varchar(36) default NULL;
+
+COMMIT;
+
-- 
cgit v1.1