Skip to content

Commit

Permalink
LANTERN-729: Drop table if exists script
Browse files Browse the repository at this point in the history
  • Loading branch information
archita-ekkirala committed Aug 15, 2024
1 parent ec28564 commit 3e3723c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
BEGIN;

DROP TABLE IF EXISTS info_history_pruning_metadata;

CREATE TABLE info_history_pruning_metadata (
id SERIAL PRIMARY KEY,
started_on timestamp with time zone NOT NULL DEFAULT now(),
Expand Down

0 comments on commit 3e3723c

Please sign in to comment.