lnd/sqldb/sqlc/migrations/000005_migration_tracker.down.sql
Andras Banki-Horvath 9acd06d296
sqldb: add table to track custom SQL migrations
This commit adds the migration_tracker table which we'll use to track if
a custom migration has already been done.
2025-01-23 09:10:59 +01:00

1 line
40 B
SQL

DROP TABLE IF EXISTS migration_tracker;