Skip to content

Commit

Permalink
Merge migrations.
Browse files Browse the repository at this point in the history
  • Loading branch information
oakdbca committed Aug 28, 2024
1 parent 115bb58 commit 67ea692
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions boranga/migrations/0439_merge_20240828_1446.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 5.0.8 on 2024-08-28 06:46

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('boranga', '0429_alter_community_renamed_from_and_more'),
('boranga', '0438_alter_communitydocument__file_and_more'),
]

operations = [
]

0 comments on commit 67ea692

Please sign in to comment.