Add a latest_build_status table
This will avoid many queries trying to figure out what the latest build status is, which will hopefuly simplify queries as well as improving performance.
This commit is contained in:
parent
941d1af556
commit
83884ed2ea
5 changed files with 90 additions and 1 deletions
7
sqitch/revert/create_latest_build_status.sql
Normal file
7
sqitch/revert/create_latest_build_status.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- Revert guix-data-service:create_latest_build_status from pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- XXX Add DDLs here.
|
||||
|
||||
COMMIT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue