Skip to content

Commit

Permalink
updating migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
BryonLewis committed Feb 7, 2024
1 parent 6333167 commit db68837
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.1.13 on 2024-02-07 13:22
# Generated by Django 4.1.13 on 2024-02-07 13:23

from django.conf import settings
from django.db import migrations, models
Expand All @@ -9,7 +9,7 @@ class Migration(migrations.Migration):

dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('core', '0005_recording_public'),
('core', '0006_alter_recording_recording_location'),
]

operations = [
Expand Down

0 comments on commit db68837

Please sign in to comment.