remove unneeded note

This commit is contained in:
Joel Falknau 2025-03-05 14:18:41 +10:00
parent c5722411d3
commit d9f3b2c876
No known key found for this signature in database
4 changed files with 0 additions and 17 deletions

View File

@ -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):

View File

@ -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):

View File

@ -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):

View File

@ -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):