Remove `Clef` Model
This commit is contained in:
parent
87063e267e
commit
ac866cc0ba
|
@ -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