-
- Downloads
Warn if re-initialising the same database
Because this is a bit of a gotcha, as we don't purposefully implement migrations, we should make sure to let a user know. In the cases that the existing database is running a version that contains the `metadata` table, we can output that, and if running an older version, we need to handle that too. Closes #177.
Loading