]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
Remove unneeded SQL.
authorRay Lee <ray.lee@lyrasis.org>
Sun, 17 Mar 2024 19:04:47 +0000 (15:04 -0400)
committerRay Lee <ray.lee@lyrasis.org>
Sun, 17 Mar 2024 19:04:47 +0000 (15:04 -0400)
services/authentication/pstore/src/main/resources/db/postgresql/authentication.sql

index d8c645f5af68b3aefbe98c99eba76bdadf2df6f7..f27a08666cc39e8e3c5cbeb5c1c988b74f50ff2c 100644 (file)
@@ -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);