From e751667056b6ac6a3bc886152da36a009cb414f0 Mon Sep 17 00:00:00 2001 From: Adrien Carpentier Date: Tue, 3 Sep 2024 14:36:15 +0200 Subject: [PATCH] fix: remove inserting data in resources_exceptions table --- .../main/20240827_add_resources_exceptions_table.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/udata_hydra/migrations/main/20240827_add_resources_exceptions_table.sql b/udata_hydra/migrations/main/20240827_add_resources_exceptions_table.sql index bc7d5206..dc3d9391 100644 --- a/udata_hydra/migrations/main/20240827_add_resources_exceptions_table.sql +++ b/udata_hydra/migrations/main/20240827_add_resources_exceptions_table.sql @@ -8,5 +8,5 @@ CREATE TABLE resources_exceptions ( created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP ); ---- Add rows to the resources_exceptions table -INSERT INTO resources_exceptions (resource_id) VALUES ('f868cca6-8da1-4369-a78d-47463f19a9a3'), ('4babf5f2-6a9c-45b5-9144-ca5eae6a7a6d'); +-- --- Add rows to the resources_exceptions table +-- INSERT INTO resources_exceptions (resource_id) VALUES ('f868cca6-8da1-4369-a78d-47463f19a9a3'), ('4babf5f2-6a9c-45b5-9144-ca5eae6a7a6d');