Skip to content

Commit c437bf2

Browse files
committed
fix timestamp for sql migrations
1 parent 207b453 commit c437bf2

5 files changed

+2
-2
lines changed

sql/migrations/20251218021_create_pmc_references_table.down.sql

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
DROP TABLE IF EXISTS pmc_references;
2+
DROP INDEX IF EXISTS idx_references_article_id;

sql/migrations/20251218021_create_pmc_references_table.up.sql renamed to sql/migrations/20251218022_create_pmc_references_table.up.sql

File renamed without changes.

sql/migrations/20260227022_create_ingestion_date_table.down.sql renamed to sql/migrations/20260227023_create_ingestion_date_table.down.sql

File renamed without changes.

sql/migrations/20260227022_create_ingestion_date_table.up.sql renamed to sql/migrations/20260227023_create_ingestion_date_table.up.sql

File renamed without changes.

0 commit comments

Comments
 (0)