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

Fix initial setup when using Postgres #392

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    64d2a60 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Check if tables exist before installing

    This works better than checking just the database, because it could be
    that an empty database has already been created (with e.g. Docker
    Compose).
    
    TABLES_EXIST should be empty if no tables, or will return a 1
    for *each* table that exists.
    501st-alpha1 committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    4d52431 View commit details
    Browse the repository at this point in the history
  2. Run migrations when installing

    This throws errors, but they can be ignored.
    501st-alpha1 committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    7784559 View commit details
    Browse the repository at this point in the history