Skip to content

Commit

Permalink
Add merge migration
Browse files Browse the repository at this point in the history
  • Loading branch information
hfroot committed Nov 6, 2024
1 parent b65cc03 commit 500b7a3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions data/migrations/0158_merge_20241106_1432.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Django 5.0.8 on 2024-11-06 13:32

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("data", "0157_alter_canteen_production_type_and_more"),
("data", "0157_resourceaction_is_favorite_and_more"),
]

operations = []

0 comments on commit 500b7a3

Please sign in to comment.