mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-26 15:36:24 +01:00
Previously, when using the native schema, invoice expiries were incorrectly stored as 64-bit values (expiry in nanoseconds instead of seconds), causing overflow issues. Since we cannot determine the original values, we will set the expiries for existing invoices to 1 hour with this migration.
2 lines
114 B
SQL
2 lines
114 B
SQL
-- Given that all expiries are changed in this migration we won't be able to
|
|
-- roll back to the previous values.
|