1
0
clubhaus-schornbach/clubhaus/homepage/migrations/0020_rename_eventdatevotes_eventdatevote.py

18 lines
378 B
Python
Raw Normal View History

2022-09-04 00:37:02 +02:00
# Generated by Django 4.0.5 on 2022-09-03 15:21
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('homepage', '0019_clubhausevent_voting_locked_alter_tobacco_in_stock'),
]
operations = [
migrations.RenameModel(
old_name='EventDateVotes',
new_name='EventDateVote',
),
]