Skip to content
Snippets Groups Projects

Resolve "two visits with the same dates"

Merged Piotr Gawron requested to merge 369-two-visits-with-the-same-dates into master
3 files
+ 21
1
Compare changes
  • Side-by-side
  • Inline
Files
3
# Generated by Django 3.1.4 on 2021-02-24 17:03
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('web', '0191_auto_20201201_1033'),
]
operations = [
migrations.AlterField(
model_name='customstudysubjectfield',
name='default_value',
field=models.CharField(blank=True, max_length=256, null=True),
),
]
Loading