pgsql : fix asset store and a cast on estate

This commit is contained in:
UbitUmarov
2024-05-15 22:35:43 +01:00
parent 561eb73a1d
commit 62ce9c1ba8
2 changed files with 1 additions and 3 deletions

View File

@@ -102,8 +102,6 @@ COMMIT;
BEGIN TRANSACTION;
--# "creatorID" goes up to VARCHAR(128)
alter table assets
alter column "creatorID" type varchar(128);