aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/PGSQL/Resources/XAssetStore.migrations
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/PGSQL/Resources/XAssetStore.migrations')
-rw-r--r--OpenSim/Data/PGSQL/Resources/XAssetStore.migrations2
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
79BEGIN; 79BEGIN;
80 80
81ALTER TABLE xassetsmeta MODIFY Description varchar(128); 81ALTER TABLE xassetsmeta ALTER COLUMN description TYPE varchar(128);
82 82
83COMMIT; 83COMMIT;