mirror of
https://github.com/cryptosharks131/lndg.git
synced 2026-08-13 12:33:04 +02:00
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 |
||
|---|---|---|
| .. | ||
| lnd_deps | ||
| migrations | ||
| static | ||
| templates | ||
| __init__.py | ||
| admin.py | ||
| apps.py | ||
| forms.py | ||
| models.py | ||
| serializers.py | ||
| urls.py | ||
| views.py | ||