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

Introduce foreign key constraints for related tables #123

Open
leafty opened this issue Feb 16, 2024 · 1 comment
Open

Introduce foreign key constraints for related tables #123

leafty opened this issue Feb 16, 2024 · 1 comment

Comments

@leafty
Copy link
Member

leafty commented Feb 16, 2024

Postgres allows foreign key constraints between tables in different schemas. These should be added to the relevant tables to preserve data integrity.

Examples Authz and projects.

@leafty
Copy link
Member Author

leafty commented Mar 21, 2024

Migrations merged together in #144.

We can now handle cleanly adding FK constraints on relevant tables.

@leafty leafty closed this as completed Mar 21, 2024
@leafty leafty reopened this Mar 21, 2024
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

No branches or pull requests

1 participant