Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Commit 015769a

Browse files
author
Dimitar Tasev
committed
Another migration
1 parent 4cbb438 commit 015769a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Generated by Django 3.1.2 on 2021-04-26 15:00
2+
3+
from django.db import migrations, models
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('instrument', '0003_merge_20210426_1528'),
10+
]
11+
12+
operations = [
13+
migrations.AlterField(
14+
model_name='variable',
15+
name='value',
16+
field=models.CharField(blank=True, max_length=300, null=True),
17+
),
18+
]

0 commit comments

Comments
 (0)