Skip to content

Commit

Permalink
adds the migration file
Browse files Browse the repository at this point in the history
  • Loading branch information
lamawmouk committed Jul 7, 2023
1 parent 1c716fa commit 8e793c5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions physionet-django/project/migrations/0068_auto_20230707_1746.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated by Django 3.1.14 on 2023-07-07 21:46

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('project', '0067_alter_activeproject_core_project_and_more'),
]

operations = [
migrations.AlterField(
model_name='contact',
name='affiliations',
field=models.CharField(max_length=300),
),
]

0 comments on commit 8e793c5

Please sign in to comment.