mirror of
https://github.com/ae-utbm/sith.git
synced 2026-09-18 10:14:24 +00:00
fix migrations
This commit is contained in:
@@ -6,9 +6,7 @@ import counter.fields
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("counter", "0019_billinginfo"),
|
||||
]
|
||||
dependencies = [("counter", "0019_billinginfo")]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
|
||||
Reference in New Issue
Block a user