Skip to content

Commit

Permalink
issue/282 clean up 2021 acs table
Browse files Browse the repository at this point in the history
  • Loading branch information
horatiorosa committed Apr 9, 2024
1 parent 34d0c47 commit dd5500a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/acs.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CREATE SCHEMA IF NOT EXISTS acs;
DROP TABLE IF EXISTS acs.:"TABLE_NAME";
DROP TABLE IF EXISTS acs."2021", acs.:"TABLE_NAME";
DROP INDEX IF EXISTS acs.:INDEX_NAME;

CREATE TEMP TABLE tmp (
Expand Down

0 comments on commit dd5500a

Please sign in to comment.