lndg/gui/migrations
kpshukla 8ef9e32d52 Fix: increase LocalSettings.key max_length to 50
LND-ReconnectInterval (21 chars) exceeds the previous max_length=20
on LocalSettings.key. SQLite ignores the constraint, but PostgreSQL
enforces VARCHAR(20) strictly and raises DataError when saving it.

Fixes #460
2026-07-25 19:44:16 -04:00
..
0001_initial.py Make the migrations folder part of the repo, users no longer need to do this step 2021-09-21 16:45:05 -04:00
0002_auto_20210923_1538.py Add config settings for lnd network and resolve a bug where invoice/forwards fail to load due to old channels 2021-09-23 15:40:15 -04:00
0003_auto_20210927_1857.py Start keeping track of remote peer fees and available in db/api 2021-09-27 19:07:53 -04:00
0004_channels_local_commit.py Add commit fee to channels data, cleanup unused code, cover all rebalance statuses on timeout 2021-09-28 10:23:58 -04:00
0005_alter_invoices_settle_date.py Allow settle date to be null 2021-09-28 15:23:58 -04:00
0006_auto_20210928_1641.py Add local channel reserve, clean up jobs 2021-09-28 17:10:36 -04:00
0007_auto_20211002_1857.py Add ability to update alias and length of keysend to 255 2021-10-02 20:24:08 -04:00
0008_channels_ar_target.py Large update, clean FE for rebalancer settings, use custom inbound targets per channel 2021-10-10 10:54:31 -04:00
0009_onchain.py Cache onchain txs to db and add api endpoints still missing 2021-10-12 16:26:17 -04:00
0010_rebalancer_payment_hash.py Add optional htlc stream file, show 7 day routed on dashboard, log payment hash to rebalancer table 2021-10-17 09:49:13 -04:00
0011_pendinghtlcs.py Add pending HTLCs, show unsettled amt/count, pending htlc page 2021-10-18 15:39:21 -04:00
0012_auto_20211018_1637.py Improve pending htlcs data 2021-10-18 16:42:04 -04:00
0013_rebalancer_target_alias.py Add alias to rebalancer data, move pubkey to hover to save space 2021-11-10 14:14:43 -05:00
0014_failedhtlcs.py Add failed htlc stream (#5) 2021-12-19 10:31:12 -05:00
0015_invoices_index.py Reindex invoices (#10) 2021-12-26 15:17:06 -05:00
0016_auto_20220106_1026.py V1.0.1 (#17) 2022-01-09 15:37:42 -05:00
0017_autopilot.py V1.0.1 (#17) 2022-01-09 15:37:42 -05:00
0018_auto_20220114_2218.py v1.0.2 (#27) 2022-01-21 11:43:37 -05:00
0019_auto_20220122_1009.py Fix issue, default AR values not being applied to new channels 2022-01-22 10:56:36 -05:00
0020_auto_20220126_2113.py v1.0.3 (#40) 2022-02-13 16:23:28 -05:00
0021_auto_20220221_1309.py Add favicon and custom tls/macaroon/db paths 2022-09-13 15:13:05 -04:00
0022_auto_20220227_2235.py v1.0.4 (#51) 2022-03-07 21:57:20 -05:00
0023_repair_closures.py v1.0.5 (#56) 2022-03-28 15:14:02 -04:00
0024_autofees.py v1.0.5 (#56) 2022-03-28 15:14:02 -04:00
0025_alter_closures_unique_together.py v1.0.5 (#56) 2022-03-28 15:14:02 -04:00
0026_auto_20220420_1538.py v1.1.0 (#63) 2022-04-30 11:09:47 -04:00
0027_rebalancer_manual.py v1.1.1 (#64) 2022-05-09 10:35:03 -04:00
0028_auto_20220620_1105.py v1.2.0 (#81) 2022-07-09 22:25:32 -04:00
0029_update_percent_vars.py v1.2.0 (#81) 2022-07-09 22:25:32 -04:00
0030_auto_20220722_0912.py v1.3.0 (#120) 2022-08-26 20:56:46 -04:00
0031_pendingchannels.py v1.3.0 (#120) 2022-08-26 20:56:46 -04:00
0032_auto_20220913_1035.py Migrate closing costs to closure table, add refresh for missing values 2022-09-13 13:31:49 -04:00
0033_auto_20220926_1658.py Add min/max htlc settings 2022-09-28 08:47:33 -04:00
0034_peerevents.py track peer events + short chan ids (#189) 2023-01-01 18:36:08 -05:00
0035_histfailedhtlc.py Agg Failed HTLCs (#238) 2023-03-12 18:08:26 -04:00
0036_peers.py peers: add ping time (#269) 2023-06-20 20:40:11 -04:00
0037_tradesales.py Add trade-secret sale functions (#329) 2023-12-02 09:30:52 -05:00
0038_channels_local_inbound_base_fee_and_more.py inbound fees (#391) 2024-06-22 22:41:29 -04:00
0039_inboundfeelog.py Automate Inbound AF Updates (#413) 2025-03-22 11:23:07 -04:00
0040_alter_localsettings_key.py Fix: increase LocalSettings.key max_length to 50 2026-07-25 19:44:16 -04:00
__init__.py Make the migrations folder part of the repo, users no longer need to do this step 2021-09-21 16:45:05 -04:00