migrations: Import BaseDatabaseSchemaEditor from its canonical module.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-03-03 16:40:40 -08:00
committed by Tim Abbott
parent cca8417ad4
commit 0628c3cac8
115 changed files with 115 additions and 115 deletions

View File

@@ -5,7 +5,7 @@ from datetime import timedelta
from django.conf import settings
from django.db import migrations, transaction
from django.db.backends.postgresql.schema import BaseDatabaseSchemaEditor
from django.db.backends.base.schema import BaseDatabaseSchemaEditor
from django.db.migrations.state import StateApps