mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2025-10-30 12:57:07 +01:00
added version
This commit is contained in:
18
TealCode/main/migrations/0003_topic_version.py
Normal file
18
TealCode/main/migrations/0003_topic_version.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.2.9 on 2021-11-10 12:07
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('main', '0002_auto_20211110_0912'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='topic',
|
||||
name='version',
|
||||
field=models.CharField(blank=True, max_length=100),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user