Skip to content

Commit

Permalink
Add missing merge migration
Browse files Browse the repository at this point in the history
  • Loading branch information
otargowski committed Jun 16, 2024
1 parent 91c0d8f commit 66036ab
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions oioioi/contests/migrations/0019_merge_20240616_1133.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 4.2.13 on 2024-06-16 09:33

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('contests', '0018_contest_show_contest_rules'),
('contests', '0018_merge_20240128_1744'),
]

operations = [
]

0 comments on commit 66036ab

Please sign in to comment.