Skip to content
Snippets Groups Projects
Commit ef427d9d authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Migrate Schedule model to remove automation_id

parent bf602348
No related branches found
No related tags found
No related merge requests found
# Generated by Django 3.2.11 on 2022-01-24 21:37
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('program', '0009_auto_20220124_2211'),
]
operations = [
migrations.RemoveField(
model_name='schedule',
name='automation_id',
),
]
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