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. |
||
|---|---|---|
| .. | ||
| 000001_invoices.down.sql | ||
| 000001_invoices.up.sql | ||
| 000002_amp_invoices.down.sql | ||
| 000002_amp_invoices.up.sql | ||
| 000003_invoice_events.down.sql | ||
| 000003_invoice_events.up.sql | ||
| 000004_invoice_expiry_fix.down.sql | ||
| 000004_invoice_expiry_fix.up.sql | ||