Skip to content

Commit

Permalink
adding indexed created_at column to lineage events table
Browse files Browse the repository at this point in the history
Signed-off-by: Prachi Mishra <prachi.mishra@astronomer.io>
  • Loading branch information
prachim-collab committed Dec 8, 2022
1 parent 003ab99 commit 5d3185c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ALTER TABLE lineage_events ADD created_at TIMESTAMP;

create index lineage_events_created_at_index
on lineage_events (created_at desc);

0 comments on commit 5d3185c

Please sign in to comment.