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

Migrate to Prisma ORM #837

Closed
wants to merge 15 commits into from
Closed

Migrate to Prisma ORM #837

wants to merge 15 commits into from

Commits on Aug 28, 2021

  1. Install prisma-client

    tomitheninja committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    e40a20c View commit details
    Browse the repository at this point in the history
  2. Initial prisma schema

    tomitheninja committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    9285d75 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

  1. Configuration menu
    Copy the full SHA
    89fea66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c223ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26ced0a View commit details
    Browse the repository at this point in the history
  4. Migrations are now head-to-head

    When migrating with knex, prisma detects all as migrated.
    When migrating with prisma, knex detects all as migrated.
    tomitheninja committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    e977d12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b7006f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e87c342 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    732d5da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1b1f3cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4b90f0f View commit details
    Browse the repository at this point in the history
  10. Fix the seeder

    Delete tickets before seeding
    Better type safety
    Rename fields as in previous commit
    Fix ownerId gets invalid 0 value for ticket
    tomitheninja committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    3a75e6a View commit details
    Browse the repository at this point in the history
  11. Switch to prisma

    tomitheninja committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    90f112d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    48a896e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    96830d9 View commit details
    Browse the repository at this point in the history