From c0499733eb13457affdeeba2560fc38529387a80 Mon Sep 17 00:00:00 2001 From: Ray Lee Date: Sun, 17 Mar 2024 15:04:47 -0400 Subject: [PATCH] Remove unneeded SQL. --- .../src/main/resources/db/postgresql/authentication.sql | 4 ---- 1 file changed, 4 deletions(-) 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); -- 2.47.3