123456789101112131415161718 |
- # Generated by Django 4.0.4 on 2022-04-21 15:24
- from django.db import migrations, models
- class Migration(migrations.Migration):
- dependencies = [
- ('games', '0016_game_source_game_tags_and_more'),
- ]
- operations = [
- migrations.AddField(
- model_name='game',
- name='featured_on',
- field=models.DateField(blank=True, null=True),
- ),
- ]
|