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

Add db:truncate command with TestUtils helper #889

Merged
merged 5 commits into from Oct 26, 2022

Commits on Oct 22, 2022

  1. fix: truncate a table with reserved name was throwing with PG

    Like "user" that is a reserved word in postgres
    Julien-R44 committed Oct 22, 2022
    Copy the full SHA
    c88da17 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ade9d1c View commit details
    Browse the repository at this point in the history
  3. test: fix failing tests

    Julien-R44 committed Oct 22, 2022
    Copy the full SHA
    c51ce1a View commit details
    Browse the repository at this point in the history
  4. chore: fix container ports

    Julien-R44 committed Oct 22, 2022
    Copy the full SHA
    006501e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    fe7a708 View commit details
    Browse the repository at this point in the history