Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implicitly migrate on import #20

Merged
merged 1 commit into from
Oct 21, 2023

Commits on Oct 21, 2023

  1. Implicitly migrate on import

    In order not to require an extra `init` step, and for the user to know
    when to update their database with a `migrate`, we can migrate the
    database every time a user does an import. This will:
    
    1. ensure that there is a complete database schema to import into
    2. that it is up to date with the latest installed version of warcdb
    
    Closes Florents-Tselai#18
    edsu committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    d41118d View commit details
    Browse the repository at this point in the history