Skip to content

Commit b84971e

Browse files
committed
Regenerate color settings migrations
1 parent 4aa27f0 commit b84971e

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

bats_ai/core/migrations/0015_configuration_default_color_scheme_options.py renamed to bats_ai/core/migrations/0017_configuration_default_color_scheme_and_more.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
# Generated by Django 4.1.13 on 2025-04-14 19:56
1+
# Generated by Django 4.1.13 on 2025-05-02 20:43
22

33
from django.db import migrations, models
44

55

66
class Migration(migrations.Migration):
7-
replaces = [
8-
('core', '0015_configuration_default_color_scheme'),
9-
('core', '0016_configuration_default_spectrogram_background_color'),
10-
]
11-
127
dependencies = [
13-
('core', '0014_configuration_run_inference_on_upload_and_more'),
8+
('core', '0016_alter_species_common_name_alter_species_family_and_more'),
149
]
1510

1611
operations = [

0 commit comments

Comments
 (0)