diff --git a/aircox/migrations/0019_merge_20240119_1022.py b/aircox/migrations/0019_merge_20240119_1022.py new file mode 100644 index 0000000..26bc380 --- /dev/null +++ b/aircox/migrations/0019_merge_20240119_1022.py @@ -0,0 +1,12 @@ +# Generated by Django 4.2.7 on 2024-01-19 09:22 + +from django.db import migrations + + +class Migration(migrations.Migration): + dependencies = [ + ("aircox", "0015_program_editors"), + ("aircox", "0018_alter_staticpage_attach_to"), + ] + + operations = [] diff --git a/aircox/migrations/0020_merge_20240205_1027.py b/aircox/migrations/0020_merge_20240205_1027.py new file mode 100644 index 0000000..f52ae4c --- /dev/null +++ b/aircox/migrations/0020_merge_20240205_1027.py @@ -0,0 +1,12 @@ +# Generated by Django 4.2.7 on 2024-02-05 09:27 + +from django.db import migrations + + +class Migration(migrations.Migration): + dependencies = [ + ("aircox", "0019_merge_20240119_1022"), + ("aircox", "0019_station_program_streams_title_and_more"), + ] + + operations = []