mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 09:48:19 +01:00
This commit adds the migration_tracker table which we'll use to track if a custom migration has already been done.
1 line
40 B
SQL
1 line
40 B
SQL
DROP TABLE IF EXISTS migration_tracker;
|