Support "createTablesAndIndexesIfNotExists"
KerryRitter opened this issue · 2 comments
KerryRitter commented
We can now create indexes on the fly. We should either check if the indexes/tables exist and not try to create them, or swallow the exception to create index/tables that exist.
mits87 commented
Yes, it would be super helpful to have this functionality.
Any progress here?