Skip to content

Commit

Permalink
Regenerate migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasb committed Dec 3, 2024
1 parent 74c184d commit a5fb008
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by Django 4.2.16 on 2024-11-20 16:53
# Generated by Django 4.2.15 on 2024-12-03 13:13

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('alerts', '0064_migrate_resolutionnoteslackmessage_slack_channel_id'),
('alerts', '0071_migrate_labels'),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.2.15 on 2024-09-18 15:13
# Generated by Django 4.2.15 on 2024-12-03 13:13

import apps.auth_token.models.mattermost_auth_token
from django.db import migrations, models
Expand All @@ -8,8 +8,8 @@
class Migration(migrations.Migration):

dependencies = [
('user_management', '0022_alter_team_unique_together'),
('auth_token', '0006_googleoauth2token'),
('user_management', '0029_remove_organization_general_log_channel_id_db'),
('auth_token', '0007_serviceaccounttoken'),
]

operations = [
Expand Down
1 change: 0 additions & 1 deletion engine/apps/mattermost/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class Migration(migrations.Migration):

dependencies = [
('user_management', '0026_auto_20241017_1919'),
('alerts', '0065_alter_alertgrouplogrecord_action_source'),
]

operations = [
Expand Down

0 comments on commit a5fb008

Please sign in to comment.