mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +00:00
17 lines
351 B
Python
17 lines
351 B
Python
# Generated by Django 4.2.7 on 2023-11-30 16:10
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("control", "0002_auto_20220619_0535"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name="balancelog",
|
|
options={"get_latest_by": "time"},
|
|
),
|
|
]
|