Skip to content
Snippets Groups Projects
Commit 9964ad90 authored by Carlos Vega's avatar Carlos Vega
Browse files

add migration

parent 00697f87
No related branches found
No related tags found
1 merge request!171Feature/daily availability
# -*- coding: utf-8 -*-
# Generated by Django 1.11.5 on 2018-10-10 12:29
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('web', '0121_auto_20181003_1256'),
]
operations = [
migrations.RemoveField(
model_name='worker',
name='appointments',
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment