-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat: add prebuild invalidation via last_invalidated_at timestamp #20582
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
Changes from all commits
6019903
90b75e1
f8a06c6
4eb3598
d197762
1af3e82
8ba1519
7642b17
1b574f8
67f73a7
ef05f93
7b73191
f9d8da2
d9bfb87
8428e8a
4cf9634
4e1bf2c
6ee1b31
0c79a38
3e15712
22e9f30
9aa7308
db67c88
27c06d8
18e6d85
d8ecbab
1d9e9d8
af6a27f
a785723
d8cec90
0b745d6
1ca2dcd
47afba2
1e7dab9
abaf831
d6e43da
5e6af50
41204b0
4750292
ef725e9
89b109a
8ff8bdb
d129996
aebd96c
ace7e96
ae73a5b
07cb43b
f9304d5
3f7b6e2
6942ddc
8c27216
e8e7829
60b7558
52f97cd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ALTER TABLE template_version_presets DROP COLUMN last_invalidated_at; |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ALTER TABLE template_version_presets ADD COLUMN last_invalidated_at TIMESTAMPTZ; | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
Just a reminder to check migration number before merge! 👀
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.
Checked 👍 Last in mainline 398.
Thanks for the diligence!