Skip to content

Commit 2ee111d

Browse files
committed
chore(migrations): merge bulkaction and google region migrations
1 parent b5b9f04 commit 2ee111d

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Generated by Django 5.2.13 on 2026-06-16 19:09
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('subsequences', '0013_add_failure_error_field_to_subsequencebulkactionitem'),
10+
('subsequences', '0013_rename_google_region_us_to_global'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)