Zapomenutá migrace post_sous
This commit is contained in:
parent
37f988f478
commit
8949424f48
1 changed files with 13 additions and 0 deletions
13
personalni/migrations/0007_post_split_soustredeni.py
Normal file
13
personalni/migrations/0007_post_split_soustredeni.py
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# Generated by Django 4.2.11 on 2024-04-30 21:53
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('soustredeni', '0003_post_split_soustredeni'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
]
|
Loading…
Reference in a new issue