mirror of
https://github.com/cryptosharks131/lndg.git
synced 2026-08-16 13:00:40 +02:00
19 lines
423 B
Python
19 lines
423 B
Python
# Generated by Django 3.2.7 on 2021-09-28 10:20
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('gui', '0003_auto_20210927_1857'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='channels',
|
|
name='local_commit',
|
|
field=models.IntegerField(default=0),
|
|
preserve_default=False,
|
|
),
|
|
]
|