Skip to content

Commit

Permalink
fix: remove inserting data in resources_exceptions table
Browse files Browse the repository at this point in the history
  • Loading branch information
bolinocroustibat committed Sep 3, 2024
1 parent 8466ebc commit e751667
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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');

0 comments on commit e751667

Please sign in to comment.