diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Data/PGSQL/Resources/os_groups_Store.migrations | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/OpenSim/Data/PGSQL/Resources/os_groups_Store.migrations b/OpenSim/Data/PGSQL/Resources/os_groups_Store.migrations index 7489bef..74b07c3 100644 --- a/OpenSim/Data/PGSQL/Resources/os_groups_Store.migrations +++ b/OpenSim/Data/PGSQL/Resources/os_groups_Store.migrations | |||
@@ -198,4 +198,14 @@ CREATE TABLE os_groups_principals ( | |||
198 | constraint os_groupprincpk PRIMARY KEY ("PrincipalID") | 198 | constraint os_groupprincpk PRIMARY KEY ("PrincipalID") |
199 | ); | 199 | ); |
200 | 200 | ||
201 | COMMIT; \ No newline at end of file | 201 | COMMIT; |
202 | |||
203 | :VERSION 4 | ||
204 | |||
205 | BEGIN; | ||
206 | |||
207 | ALTER TABLE IF EXISTS os_groups_notices | ||
208 | ALTER COLUMN "AttachmentItemID" SET DEFAULT '00000000-0000-0000-0000-000000000000' | ||
209 | ; | ||
210 | |||
211 | COMMIT; | ||