mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2024-11-26 20:47:10 +00:00
Remove Clef
Model
This commit is contained in:
parent
87063e267e
commit
ac866cc0ba
16
users/migrations/0040_delete_clef.py
Normal file
16
users/migrations/0040_delete_clef.py
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# Generated by Django 2.2.4 on 2020-02-09 16:54
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('users', '0039_auto_20190810_1610'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.DeleteModel(
|
||||||
|
name='Clef',
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user