Skip to content

chore: authz support DB migration #163

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

Merged
merged 8 commits into from
Nov 4, 2022

Conversation

bryanchriswhite
Copy link

@bryanchriswhite bryanchriswhite commented Nov 1, 2022

Changes

  • add .gmrc action to run migrations/initial_schema.sql on reset (graphile-migrate reset --erase)
  • add placeholder files for facilitating migrations workflow:
    • migrations/current.ts
    • migrations/current.sql
    • migrations/initial_schema.sql
  • add package script to build migration TypeScript with plv8ify
  • retroactively add migration for Authz support (delegator claim bug) #82
  • add DB migrations section to the readme

@bryanchriswhite bryanchriswhite force-pushed the chore/authz-support-migration branch from 1264999 to 3bdeb03 Compare November 2, 2022 18:56
@bryanchriswhite bryanchriswhite self-assigned this Nov 3, 2022
@bryanchriswhite bryanchriswhite force-pushed the chore/authz-support-migration branch 2 times, most recently from 9abb157 to 82149a4 Compare November 3, 2022 13:26
This was linked to issues Nov 3, 2022
@bryanchriswhite bryanchriswhite force-pushed the chore/authz-support-migration branch from 82149a4 to 7ea9385 Compare November 4, 2022 08:01
@bryanchriswhite bryanchriswhite changed the title chore: [DB migration] add authz support chore: authz support DB migration Nov 4, 2022
@bryanchriswhite bryanchriswhite marked this pull request as ready for review November 4, 2022 08:02
@bryanchriswhite bryanchriswhite merged commit ee8d560 into main Nov 4, 2022
@bryanchriswhite bryanchriswhite deleted the chore/authz-support-migration branch November 4, 2022 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DB schema migration support Authz support (delegator claim bug)
2 participants