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

@@ -103,6 +103,6 @@ COMMIT;
BEGIN TRANSACTION;
alter table assets
alter column "creatorID" type varchar(128);
alter column "creatorid" type varchar(128);
Commit;