mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
mantis 7341: change asset creatorid size to 128 on pgsql to match mysql
This commit is contained in:
@@ -97,3 +97,14 @@ alter table assets add "creatorid" varchar(36) not null default '';
|
||||
|
||||
BEGIN TRANSACTION;
|
||||
COMMIT;
|
||||
|
||||
:VERSION 9
|
||||
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
--# "creatorID" goes up to VARCHAR(128)
|
||||
|
||||
alter table assets
|
||||
alter column "creatorID" type varchar(128);
|
||||
|
||||
Commit;
|
||||
|
||||
Reference in New Issue
Block a user