Skip to content

Commit

Permalink
Rewrite migration after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed May 29, 2024
1 parent 9486804 commit f8e26dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.2.11 on 2024-05-29 01:23
# Generated by Django 4.2.11 on 2024-05-29 01:37

import django.contrib.postgres.fields
from django.db import migrations, models
Expand All @@ -7,7 +7,7 @@
class Migration(migrations.Migration):

dependencies = [
('api', '0063_merge_20240521_0843'),
('api', '0064_define_verbose_names'),
]

operations = [
Expand Down
2 changes: 1 addition & 1 deletion api/latest_migrations/api
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# If you have a merge conflict in this file, it means you need to run:
# manage.py makemigrations --merge
# in order to resolve the conflict between migrations.
0064_define_verbose_names
0065_throttledapplication_privileges

0 comments on commit f8e26dc

Please sign in to comment.