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 new database table #251

Merged
merged 2 commits into from
Feb 4, 2025

Conversation

Filip-L
Copy link
Collaborator

@Filip-L Filip-L commented Feb 3, 2025

No description provided.

Comment on lines 8 to 9
ALTER TABLE IF EXISTS public.comparable_applications
OWNER to postgres;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will break in prod, as in prod we use other user (dbmaster if I remember correctly).
No need to set ownership explicitly, plain create table will be enough and it will be owned by whoever is logged in.

@Filip-L Filip-L temporarily deployed to production-fidl February 4, 2025 10:06 — with GitHub Actions Inactive
@Filip-L Filip-L merged commit 857f523 into main Feb 4, 2025
4 checks passed
@Filip-L Filip-L deleted the FIL-578-new-table-to-the-database-and-integrate-it branch February 4, 2025 11:51
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.

2 participants