diff options
author | BlueWall | 2015-03-04 13:47:02 -0500 |
---|---|---|
committer | BlueWall | 2015-03-04 13:47:02 -0500 |
commit | 11a24d04b678ed517c50dfd50575c210137cca3b (patch) | |
tree | fd11e6e0b2c8129a49dc626fb190e74f69697857 /OpenSim/Data/PGSQL/Resources | |
parent | usability fixes for LSL API (diff) | |
download | opensim-SC-11a24d04b678ed517c50dfd50575c210137cca3b.zip opensim-SC-11a24d04b678ed517c50dfd50575c210137cca3b.tar.gz opensim-SC-11a24d04b678ed517c50dfd50575c210137cca3b.tar.bz2 opensim-SC-11a24d04b678ed517c50dfd50575c210137cca3b.tar.xz |
Revert "Chase latest change to asset description length with an update to XAssetStore db tables"
This reverts commit e520364f65e1915e13d28b829e9dd62f6904957d.
Diffstat (limited to 'OpenSim/Data/PGSQL/Resources')
-rw-r--r-- | OpenSim/Data/PGSQL/Resources/XAssetStore.migrations | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/OpenSim/Data/PGSQL/Resources/XAssetStore.migrations b/OpenSim/Data/PGSQL/Resources/XAssetStore.migrations index 79879b8..e87d3a1 100644 --- a/OpenSim/Data/PGSQL/Resources/XAssetStore.migrations +++ b/OpenSim/Data/PGSQL/Resources/XAssetStore.migrations | |||
@@ -72,12 +72,4 @@ ALTER TABLE xassetsmeta ALTER COLUMN id SET DATA TYPE uuid USING id::uuid; | |||
72 | ALTER TABLE xassetsmeta ALTER COLUMN hash SET DATA TYPE bytea USING hash::bytea; | 72 | ALTER TABLE xassetsmeta ALTER COLUMN hash SET DATA TYPE bytea USING hash::bytea; |
73 | ALTER TABLE xassetsdata ALTER COLUMN hash SET DATA TYPE bytea USING hash::bytea; | 73 | ALTER TABLE xassetsdata ALTER COLUMN hash SET DATA TYPE bytea USING hash::bytea; |
74 | 74 | ||
75 | COMMIT; | 75 | COMMIT; \ No newline at end of file |
76 | |||
77 | :VERSION 5 | ||
78 | |||
79 | BEGIN; | ||
80 | |||
81 | ALTER TABLE xassetsmeta MODIFY Description varchar(128); | ||
82 | |||
83 | COMMIT; | ||