Skip to content

Commit

Permalink
merged migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
bbonf committed Dec 4, 2023
1 parent 28b9690 commit dfe2336
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions lab/participants/migrations/0008_merge_20231204_1114.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 4.0.7 on 2023-12-04 10:14

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('participants', '0007_alter_participant_birth_weight'),
('participants', '0007_default_languages'),
]

operations = [
]

0 comments on commit dfe2336

Please sign in to comment.