SQLite: remove AUTOINCREMENT from primary keys. It is not needed.
Postgres: switch from serial to identity for primary keys.
This means Postgres < 10 will not work in v2.6.x
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
Useful in restricted environments where commands like curl and such
are not available.
Fixes#1129
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>