Proposed Changes:
Sets the default value for getting the table version from the database to 1, an arbitrary and low number. This won't affect creating new tables, but if a table exists and does not have a version number, it will allow upgrades to be collected and run.
Fixes #156
Proposed Changes: Sets the default value for getting the table version from the database to
1
, an arbitrary and low number. This won't affect creating new tables, but if a table exists and does not have a version number, it will allow upgrades to be collected and run.