Skip to content

Commit c495a52

Browse files
adding indexed created_at column to lineage events table
1 parent 003ab99 commit c495a52

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ALTER TABLE lineage_events ADD created_at TIMESTAMP;
2+
3+
create index lineage_events_created_at_index
4+
on lineage_events (created_at desc);

0 commit comments

Comments
 (0)