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

@@ -3,7 +3,7 @@ from typing import Any, Dict
import orjson
from django.db import migrations
from django.db.backends.postgresql.schema import BaseDatabaseSchemaEditor
from django.db.backends.base.schema import BaseDatabaseSchemaEditor
from django.db.migrations.state import StateApps
from django.db.models import Count
from django.utils.timezone import now as timezone_now