diff options
author | Cinder | 2015-03-04 11:11:01 -0700 |
---|---|---|
committer | BlueWall | 2015-03-04 13:47:15 -0500 |
commit | 9921c24c8f1e4195ebb548d5e3ca99ec2bec764a (patch) | |
tree | 5d7db51e3d1af849c8976b788760529e0b0e170d /OpenSim/Data/PGSQL/Resources/XAssetStore.migrations | |
parent | Chase latest change to asset description length with an update to XAssetStore... (diff) | |
download | opensim-SC-9921c24c8f1e4195ebb548d5e3ca99ec2bec764a.zip opensim-SC-9921c24c8f1e4195ebb548d5e3ca99ec2bec764a.tar.gz opensim-SC-9921c24c8f1e4195ebb548d5e3ca99ec2bec764a.tar.bz2 opensim-SC-9921c24c8f1e4195ebb548d5e3ca99ec2bec764a.tar.xz |
One more migration fix
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
Diffstat (limited to 'OpenSim/Data/PGSQL/Resources/XAssetStore.migrations')
-rw-r--r-- | OpenSim/Data/PGSQL/Resources/XAssetStore.migrations | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/PGSQL/Resources/XAssetStore.migrations b/OpenSim/Data/PGSQL/Resources/XAssetStore.migrations index 79879b8..0e22091 100644 --- a/OpenSim/Data/PGSQL/Resources/XAssetStore.migrations +++ b/OpenSim/Data/PGSQL/Resources/XAssetStore.migrations | |||
@@ -78,6 +78,6 @@ COMMIT; | |||
78 | 78 | ||
79 | BEGIN; | 79 | BEGIN; |
80 | 80 | ||
81 | ALTER TABLE xassetsmeta MODIFY Description varchar(128); | 81 | ALTER TABLE xassetsmeta ALTER COLUMN description TYPE varchar(128); |
82 | 82 | ||
83 | COMMIT; | 83 | COMMIT; |