Skip to content

Commit

Permalink
fix(migration): merge
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisig committed Nov 28, 2024
1 parent 71815de commit 7fcc419
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions project/migrations/0103_merge_20241128_1446.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated by Django 4.2.13 on 2024-11-28 13:46

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("project", "0102_alter_projectcommune_commune"),
("project", "0102_remove_historicalproject_async_theme_map_gpu_done_and_more"),
]

operations = []

0 comments on commit 7fcc419

Please sign in to comment.