diff options
Diffstat (limited to 'OpenSim/Data/PGSQL/Resources/AssetStore.migrations')
-rw-r--r-- | OpenSim/Data/PGSQL/Resources/AssetStore.migrations | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/PGSQL/Resources/AssetStore.migrations b/OpenSim/Data/PGSQL/Resources/AssetStore.migrations index 9919844..fb7d156 100644 --- a/OpenSim/Data/PGSQL/Resources/AssetStore.migrations +++ b/OpenSim/Data/PGSQL/Resources/AssetStore.migrations | |||
@@ -95,4 +95,4 @@ alter table assets add "creatorid" varchar(36) not null default ''; | |||
95 | 95 | ||
96 | :VERSION 8 | 96 | :VERSION 8 |
97 | 97 | ||
98 | ALTER TABLE assets MODIFY description varchar(128); | 98 | ALTER TABLE assets ALTER COLUMN description TYPE varchar(128); |