Remove `Clef` Model

This commit is contained in:
Yohann D'ANELLO 2020-02-09 18:17:26 +01:00
parent 87063e267e
commit ac866cc0ba
1 changed files with 16 additions and 0 deletions

View 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',
),
]