Skip to content

Commit

Permalink
Resolve conflicting migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
seancolsen committed Oct 25, 2023
1 parent c0b6cb3 commit 825a36f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions mathesar/migrations/0009_merge_20231025_1733.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 3.1.14 on 2023-10-25 17:33

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('mathesar', '0008_auto_20230921_1834'),
('mathesar', '0005_user_display_language'),
]

operations = [
]

0 comments on commit 825a36f

Please sign in to comment.