Things to check:
- It seems when creating indeces, the sqlalchemy will prepend table name when it is a Postgres database but does not do it if it is Sqlite Figure out if this is true. Pratically this implies that for PG you can have same index name across tables but not for Sqlite. Small issue but worth checking.