Setting simple relay routes
This commit is contained in:
19
timelaps/migrations/0009_params_comment.py
Normal file
19
timelaps/migrations/0009_params_comment.py
Normal file
@@ -0,0 +1,19 @@
|
||||
# Generated by Django 2.0.3 on 2019-04-18 17:15
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('timelaps', '0008_auto_20190418_0018'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='params',
|
||||
name='comment',
|
||||
field=models.CharField(default=0, max_length=250),
|
||||
preserve_default=False,
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user