Skip to content

Commit

Permalink
chore: move the DB migration to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
tecoholic committed Dec 8, 2023
1 parent f20fc1a commit e6aab23
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by Django 3.2.20 on 2023-08-03 12:34
# Generated by Django 3.2.23 on 2023-12-08 09:54

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('enterprise', '0177_auto_20230712_1925'),
('enterprise', '0197_auto_20231130_2239'),
]

operations = [
Expand Down

0 comments on commit e6aab23

Please sign in to comment.