From d6627906c7b4e18877736286de91677b395fec09 Mon Sep 17 00:00:00 2001 From: long2ice Date: Mon, 27 Jun 2022 11:36:09 +0800 Subject: [PATCH] test: fix test_migrate --- tests/test_migrate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_migrate.py b/tests/test_migrate.py index b659cfa..41d9dde 100644 --- a/tests/test_migrate.py +++ b/tests/test_migrate.py @@ -657,7 +657,7 @@ old_models_describe = { "constraints": {}, "description": None, "python_type": "decimal.Decimal", - "db_field_types": {"": "DECIMAL(16,14)", "sqlite": "VARCHAR(40)"}, + "db_field_types": {"": "DECIMAL(12,9)", "sqlite": "VARCHAR(40)"}, }, ], "fk_fields": [],