diff --git a/allianceauth/services/modules/ips4/migrations/0003_v5squash.py b/allianceauth/services/modules/ips4/migrations/0003_v5squash.py index 3ef043c3..1aa86314 100644 --- a/allianceauth/services/modules/ips4/migrations/0003_v5squash.py +++ b/allianceauth/services/modules/ips4/migrations/0003_v5squash.py @@ -5,10 +5,6 @@ import django.db.models.deletion from django.conf import settings from django.db import migrations, models -# Functions from the following migrations need manual copying. -# Move them and any dependencies into this file, then update the -# RunPython operations to refer to the local versions: -# allianceauth.services.modules.ips4.migrations.0002_service_permissions class Migration(migrations.Migration): diff --git a/allianceauth/services/modules/phpbb3/migrations/0003_v5squash.py b/allianceauth/services/modules/phpbb3/migrations/0003_v5squash.py index a0c417c0..1da57040 100644 --- a/allianceauth/services/modules/phpbb3/migrations/0003_v5squash.py +++ b/allianceauth/services/modules/phpbb3/migrations/0003_v5squash.py @@ -5,10 +5,6 @@ import django.db.models.deletion from django.conf import settings from django.db import migrations, models -# Functions from the following migrations need manual copying. -# Move them and any dependencies into this file, then update the -# RunPython operations to refer to the local versions: -# allianceauth.services.modules.phpbb3.migrations.0002_service_permissions class Migration(migrations.Migration): diff --git a/allianceauth/services/modules/smf/migrations/0004_v5squash.py b/allianceauth/services/modules/smf/migrations/0004_v5squash.py index faf8c60e..ef835c35 100644 --- a/allianceauth/services/modules/smf/migrations/0004_v5squash.py +++ b/allianceauth/services/modules/smf/migrations/0004_v5squash.py @@ -5,11 +5,6 @@ import django.db.models.deletion from django.conf import settings from django.db import migrations, models -# Functions from the following migrations need manual copying. -# Move them and any dependencies into this file, then update the -# RunPython operations to refer to the local versions: -# allianceauth.services.modules.smf.migrations.0002_service_permissions -# allianceauth.services.modules.smf.migrations.0003_set_smf_displayed_names class Migration(migrations.Migration): diff --git a/allianceauth/services/modules/xenforo/migrations/0003_v5squash.py b/allianceauth/services/modules/xenforo/migrations/0003_v5squash.py index 4307b8f4..16794172 100644 --- a/allianceauth/services/modules/xenforo/migrations/0003_v5squash.py +++ b/allianceauth/services/modules/xenforo/migrations/0003_v5squash.py @@ -5,10 +5,6 @@ import django.db.models.deletion from django.conf import settings from django.db import migrations, models -# Functions from the following migrations need manual copying. -# Move them and any dependencies into this file, then update the -# RunPython operations to refer to the local versions: -# allianceauth.services.modules.xenforo.migrations.0002_service_permissions class Migration(migrations.Migration):