Skip to content

Commit

Permalink
Changed version of core
Browse files Browse the repository at this point in the history
  • Loading branch information
svarona authored and saramonzon committed Aug 11, 2023
1 parent 6602eb5 commit 58ad9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/0002_wetlab_migration_v3.0.0.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Migration(migrations.Migration):
dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
("core", "0002_migration_v2_3_1"),
("core", "0002_migration_v3_0_0"),
("wetlab", "0001_initial"),
]

Expand Down

0 comments on commit 58ad9cb

Please sign in to comment.