- Issue created by @bogdog400
- πΊπΈUnited States bogdog400
I continue to have minor problems with a TINYINT field while running the module with a site built on SQLite. The latest is that I can't clear an error about the "DS Switch Field needs to be installed."
Here's the error message:
prompt> vendor/drush/drush/drush entup The following updates are pending: node entity type : The DS switch field needs to be installed. Do you wish to run all pending updates? (yes/no) [yes]: > In Schema.php line 534: Unable to parse the column type TINYINT
Any ideas about what I should change? Is there a place where I can do this upgrade manually? When I grep the DS module, I don't find the TINYINT word anywhere.
TIA.
- Status changed to Closed: cannot reproduce
over 1 year ago 4:39pm 22 December 2023 - π§πͺBelgium swentel
Hard to see honestly, I don't use sqlite at all, except for testing. But it seems that tinyint is not supported by SQLIte. DS switch module installs a column which is a string, so I have absolutely no idea where this comes from either and there's no other column that is installed by DS, so the problem must be from something else.