-
Notifications
You must be signed in to change notification settings - Fork 588
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
backend: use v2 tables through views where possible (v2 phase 3) #5119
base: main
Are you sure you want to change the base?
Conversation
Deploying windmill with Cloudflare Pages
|
0d3095a
to
1a2839a
Compare
Meticulous was unable to execute a test run for this PR because the most recent commit is associated with multiple PRs. To execute a test run, please try pushing up a new commit that is only associated with this PR. Last updated for commit a1df0dd. This comment will update as new commits are pushed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[phase 3 review]
- i would definitely change the view names to include view (e.g. _view)
- and i wouldn't use view triggers for update but directly update in the new tables
backend/migrations/20250117145630_v2_queue_compatibility_view.up.sql
Outdated
Show resolved
Hide resolved
backend/migrations/20250117145630_v2_queue_compatibility_view.up.sql
Outdated
Show resolved
Hide resolved
backend/migrations/20250117145630_v2_queue_compatibility_view.up.sql
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[phase 1 review]
- looks good to me, mostly comprehension questions
backend/migrations/20250117145629_v2_job_completed_constraints.up.sql
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[phase 2 review]
looks good to me
d043808
to
06e576d
Compare
f475f6f
to
ec22839
Compare
3069a7d
to
0b0e564
Compare
No description provided.