mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
pgsql: a few more changes..
This commit is contained in:
@@ -182,17 +182,6 @@ alter table inventoryitems
|
||||
|
||||
COMMIT ;
|
||||
|
||||
:VERSION 7
|
||||
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
-- # "creatorID" goes back to VARCHAR(36) (???)
|
||||
|
||||
alter table inventoryitems
|
||||
alter column "creatorID" type varchar(36);
|
||||
|
||||
COMMIT ;
|
||||
|
||||
:VERSION 8
|
||||
|
||||
ALTER TABLE inventoryitems
|
||||
@@ -203,8 +192,6 @@ ALTER TABLE inventoryitems
|
||||
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
--# "creatorID" goes up to VARCHAR(255)
|
||||
|
||||
alter table inventoryitems
|
||||
alter column "creatorID" type varchar(255);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user