Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Conversation

@mantelllo
Copy link

DB: sqlite.

State: database with table and many columns (including double)
Action: run migration that removes a column (in my case - not double)
Result: migration failes with

[AttributeError]
'SQLitePlatform' object has no attribute 'get_float_type_declaration_sql'

After I resolve the SQLitePlatform.get_float_type_declaration_sql, the migration runs just fine.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant