feat(schemas): init org invitation tables#5220
Merged
Conversation
COMPARE TO
|
| Name | Diff |
|---|---|
| .github/workflows/main.yml | 📈 +1 Bytes |
| .scripts/check-alterations-sequence.js | 📈 +112 Bytes |
| packages/schemas/alterations/next-1704934999-add-magic-links-table.ts | 📈 +1.1 KB |
| packages/schemas/alterations/next-1704935001-add-organization-invitation-tables.ts | 📈 +3.34 KB |
| packages/schemas/alterations/utils/1704934999-tables.ts | 📈 +1.67 KB |
| packages/schemas/alterations/utils/README.md | 📈 +457 Bytes |
| packages/schemas/tables/magic_links.sql | 📈 +788 Bytes |
| packages/schemas/tables/organization_invitation_role_relations.sql | 📈 +650 Bytes |
| packages/schemas/tables/organization_invitations.sql | 📈 +1.86 KB |
638e722 to
351d946
Compare
9212dc6 to
1e32c86
Compare
fb31429 to
7b3feec
Compare
7b3feec to
571b53d
Compare
d8c1fbb to
41f7b4d
Compare
wangsijie
approved these changes
Jan 12, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
init
organization_invitationsandmagic_linkstables for collaboration features.details can be found in logto-io/rfcs#6
Testing
alteration scripts
Checklist
.changeset