add migrations
This commit is contained in:
parent
b5789a1a5e
commit
edaf9f8fdb
14
apps/establishment/migrations/0058_merge_20191106_0921.py
Normal file
14
apps/establishment/migrations/0058_merge_20191106_0921.py
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
# Generated by Django 2.2.4 on 2019-11-06 09:21
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('establishment', '0055_auto_20191106_0740'),
|
||||||
|
('establishment', '0057_establishmentemployee_old_id'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue
Block a user