From: Ray Lee Date: Sun, 17 Mar 2024 19:04:47 +0000 (-0400) Subject: Remove unneeded SQL. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=c0499733eb13457affdeeba2560fc38529387a80;p=tmp%2Fjakarta-migration.git Remove unneeded SQL. --- diff --git a/services/authentication/pstore/src/main/resources/db/postgresql/authentication.sql b/services/authentication/pstore/src/main/resources/db/postgresql/authentication.sql index d8c645f5a..f27a08666 100644 --- a/services/authentication/pstore/src/main/resources/db/postgresql/authentication.sql +++ b/services/authentication/pstore/src/main/resources/db/postgresql/authentication.sql @@ -27,7 +27,3 @@ CREATE TABLE IF NOT EXISTS tokens ( created_at TIMESTAMP NOT NULL, updated_at TIMESTAMP ); - --- Upgrade older acl_object_identity tables to 8.0 - -ALTER TABLE acl_object_identity ALTER COLUMN object_id_identity TYPE VARCHAR (36);