pgsql: a few more changes..

This commit is contained in:
UbitUmarov
2024-05-15 22:57:45 +01:00
parent 62ce9c1ba8
commit 464409bbc2
3 changed files with 3 additions and 16 deletions

View File

@@ -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);