Skip to content

Commit

Permalink
Merge pull request #230 from stanfordnmbl/dev
Browse files Browse the repository at this point in the history
Added merge migration.
  • Loading branch information
AlbertoCasasOrtiz authored Oct 8, 2024
2 parents 360a576 + acefbc6 commit 6bc0aa2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions mcserver/migrations/0039_merge_20241008_1623.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Django 4.2 on 2024-10-08 23:23

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("mcserver", "0034_alter_analysisresult_status_trialtags"),
("mcserver", "0038_alter_analysisresult_status"),
]

operations = []

0 comments on commit 6bc0aa2

Please sign in to comment.