mirror of
https://github.com/Rushilwiz/drive-pipeline.git
synced 2025-04-09 15:00:20 -04:00
18 lines
336 B
Python
18 lines
336 B
Python
# Generated by Django 3.1.2 on 2020-10-23 18:17
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('drive', '0003_auto_20201023_1811'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameModel(
|
|
old_name='Response',
|
|
new_name='PollResponse',
|
|
),
|
|
]
|