mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-10 00:03:24 +00:00
add forgotten migration
This commit is contained in:
parent
e564c6604c
commit
cc1d700f7d
23
sas/migrations/0003_sasfile.py
Normal file
23
sas/migrations/0003_sasfile.py
Normal file
@ -0,0 +1,23 @@
|
||||
# Generated by Django 4.2.14 on 2024-08-29 09:53
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("core", "0038_alter_preferences_receive_weekmail"),
|
||||
("sas", "0002_auto_20161119_1241"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.CreateModel(
|
||||
name="SasFile",
|
||||
fields=[],
|
||||
options={
|
||||
"proxy": True,
|
||||
"indexes": [],
|
||||
"constraints": [],
|
||||
},
|
||||
bases=("core.sithfile",),
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue
Block a user