mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-26 12:23:37 +02:00
This commit adds the migration_tracker table which we'll use to track if a custom migration has already been done.
2 lines
40 B
SQL
2 lines
40 B
SQL
DROP TABLE IF EXISTS migration_tracker;
|