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 the ability to customise the Generated Prisma Schema #8241

Merged
merged 22 commits into from
Jan 24, 2023

Commits on Jan 17, 2023

  1. Initial extendPrismaSchema

    Josh Calder committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    f7fcbb1 View commit details
    Browse the repository at this point in the history
  2. add test for artifact printing

    Josh Calder committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    d5e3b34 View commit details
    Browse the repository at this point in the history
  3. prettier

    Josh Calder committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    4744ca2 View commit details
    Browse the repository at this point in the history
  4. add field config

    Josh Calder committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    c0af801 View commit details
    Browse the repository at this point in the history
  5. changeset

    Josh Calder committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    d9d40c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. unused .gitignore

    dcousens committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    1c9b0d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    707da2b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. reduce example complexity

    dcousens committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    538faee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4abc8e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6399a2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26d4749 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2a84be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02b2d46 View commit details
    Browse the repository at this point in the history
  7. update comment

    dcousens committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    7f63da4 View commit details
    Browse the repository at this point in the history
  8. Create README for example

    Josh Calder committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    a12c6be View commit details
    Browse the repository at this point in the history
  9. fix accidental enum spread

    dcousens committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    24616fc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    25f2f56 View commit details
    Browse the repository at this point in the history
  11. yarn format

    Josh Calder committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    820342b View commit details
    Browse the repository at this point in the history
  12. fix IdFieldConfig type

    Josh Calder committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    6ebca8e View commit details
    Browse the repository at this point in the history
  13. add "native" to example

    So it doesn't show any error on non-linux devices
    Josh Calder committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    c1348b7 View commit details
    Browse the repository at this point in the history
  14. add autoincrement default

    Josh Calder committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    a53c2b9 View commit details
    Browse the repository at this point in the history
  15. less ternary

    dcousens committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    25c2c68 View commit details
    Browse the repository at this point in the history