rename to aerich

This commit is contained in:
long2ice
2020-05-15 13:25:28 +08:00
parent 00764c1b3d
commit b767f409f4
16 changed files with 72 additions and 68 deletions

View File

@@ -1,7 +1,7 @@
from asynctest import TestCase
from tortoise import Tortoise
from alice.ddl.mysql import MysqlDDL
from aerich.ddl.mysql import MysqlDDL
TORTOISE_ORM = {
"connections": {"default": "mysql://root:123456@127.0.0.1:3306/test",},

View File

@@ -1,7 +1,7 @@
from asynctest import TestCase
from tortoise import Tortoise
from alice.migrate import Migrate
from aerich.migrate import Migrate
from tests.backends.mysql import TORTOISE_ORM