test: fix test_migrate

This commit is contained in:
long2ice 2022-06-27 11:36:09 +08:00
parent 3c88833154
commit d6627906c7

View File

@ -657,7 +657,7 @@ old_models_describe = {
"constraints": {}, "constraints": {},
"description": None, "description": None,
"python_type": "decimal.Decimal", "python_type": "decimal.Decimal",
"db_field_types": {"": "DECIMAL(16,14)", "sqlite": "VARCHAR(40)"}, "db_field_types": {"": "DECIMAL(12,9)", "sqlite": "VARCHAR(40)"},
}, },
], ],
"fk_fields": [], "fk_fields": [],