initial
This commit is contained in:
18
content/migrations/0005_question_buzzword.py
Normal file
18
content/migrations/0005_question_buzzword.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.2.13 on 2024-07-01 08:27
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('content', '0004_mediafile_name'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='question',
|
||||
name='buzzword',
|
||||
field=models.CharField(blank=True, max_length=25, null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user