aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources
diff options
context:
space:
mode:
authorCinder2015-03-03 20:42:22 -0700
committerBlueWall2015-03-03 22:50:12 -0500
commite5c0b68849d21e9f2d91b23586143e46becbce3b (patch)
treec07291a7b6ae508ef483fcf4c5efc6ec75c736de /OpenSim/Data/MySQL/Resources
parentAs per http://wiki.secondlife.com/wiki/Limits Prim description should be 128 ... (diff)
downloadopensim-SC_OLD-e5c0b68849d21e9f2d91b23586143e46becbce3b.zip
opensim-SC_OLD-e5c0b68849d21e9f2d91b23586143e46becbce3b.tar.gz
opensim-SC_OLD-e5c0b68849d21e9f2d91b23586143e46becbce3b.tar.bz2
opensim-SC_OLD-e5c0b68849d21e9f2d91b23586143e46becbce3b.tar.xz
Follow up to last commit, fix field length
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
Diffstat (limited to 'OpenSim/Data/MySQL/Resources')
-rw-r--r--OpenSim/Data/MySQL/Resources/AssetStore.migrations3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/Resources/AssetStore.migrations b/OpenSim/Data/MySQL/Resources/AssetStore.migrations
index e0526fe..2c5e7c3 100644
--- a/OpenSim/Data/MySQL/Resources/AssetStore.migrations
+++ b/OpenSim/Data/MySQL/Resources/AssetStore.migrations
@@ -75,3 +75,6 @@ ALTER TABLE assets ADD COLUMN asset_flags INTEGER NOT NULL DEFAULT 0;
75 75
76ALTER TABLE assets ADD COLUMN CreatorID varchar(128) NOT NULL DEFAULT ''; 76ALTER TABLE assets ADD COLUMN CreatorID varchar(128) NOT NULL DEFAULT '';
77 77
78:VERSION 9
79
80ALTER TABLE assets MODIFY description varchar(128);