Update database

This commit is contained in:
2020-05-18 11:03:59 +02:00
parent 54004003e4
commit b760e0037f
4 changed files with 73 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Generated by Django 3.0.6 on 2020-05-18 09:02
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('employee', '0001_initial'),
]
operations = [
migrations.AlterModelOptions(
name='employee',
options={'verbose_name': 'employee', 'verbose_name_plural': 'employees'},
),
]