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

Improve initial setup #668

Merged
merged 4 commits into from
Sep 14, 2023
Merged

Improve initial setup #668

merged 4 commits into from
Sep 14, 2023

Commits on Sep 13, 2023

  1. Fix belongs table and initial migration

    It had only the group id as a primary key, what would cause exceptions
    as soon as a record using the same group id was inserted. This
    wasn't detected in production because the tables were already there
    when the migration was created, but when starting a db from scratch
    it doesn't work well.
    anarute committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    7aec200 View commit details
    Browse the repository at this point in the history
  2. Stop using custom image for the db

    Using the sql files to initialize the db was conflicting with
    the alembic migrations.
    anarute committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    258c8be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8b1c13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cafdfe3 View commit details
    Browse the repository at this point in the history