Skip to content

Commit

Permalink
fix: Heatmap Updater Crash (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugena committed Nov 12, 2022
1 parent 74e243b commit 155e02b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions my_tourist/map/migrations/0002_regioncredentials_yandex_answer.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated by Django 4.0.3 on 2022-11-09 07:48

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('map', '0001_initial'),
]

operations = [
migrations.AddField(
model_name='regioncredentials',
name='yandex_answer',
field=models.CharField(blank=True, max_length=100, null=True, verbose_name='Ответ в Яндекс'),
),
]

0 comments on commit 155e02b

Please sign in to comment.