Skip to content

Commit

Permalink
merged migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
bbonf committed Oct 8, 2024
1 parent 8f23c68 commit 48c86c6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lab/experiments/migrations/0017_merge_20241008_1004.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Django 4.2.11 on 2024-10-08 08:04

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("experiments", "0016_alter_experiment_recruitment_target"),
("experiments", "0016_call_hidden"),
]

operations = []

0 comments on commit 48c86c6

Please sign in to comment.