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
  • Loading branch information
prachim-collab committed Dec 8, 2022
1 parent 003ab99 commit c495a52
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 c495a52

Please sign in to comment.