Adding support for new installations with SQLite database. It does mess with HTML fields, since varchar type is not supported on SQLite and everything is changed to text. Meaning that where were single line input type text are now textarea.
I'm not sure if I'd have time to implement this behavior, but someone else can continue from here.
Adding support for new installations with SQLite database. It does mess with HTML fields, since varchar type is not supported on SQLite and everything is changed to text. Meaning that where were single line input type text are now textarea.
I'm not sure if I'd have time to implement this behavior, but someone else can continue from here.