Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions orm/migrations/2025-02-17-172404_drop-gas-estimates/down.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- This file should undo anything in `up.sql`
SELECT 1;
2 changes: 2 additions & 0 deletions orm/migrations/2025-02-17-172404_drop-gas-estimates/up.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Delete all entries from the gas estimation table without dropping the table itself
DELETE FROM gas_estimations;
Loading
Loading