Restore command: validate sqlite version
SQLite version 3.26 introduced a change which is breaking the migration mechanism in Django.
This merge request adds a check to the restore command so that if SQLite 3.26 is used, the command is stopped with a verbose message.
Alternative to !278 (closed)
Edited by Samuel GAIST