Record the output from loading new revisions to the database
So that it can easily be shown through the web interface. There's two tables being used. One which temporarily stores the output as it's output while the job is running, and other which stores the whole log once the job has finished.
This commit is contained in:
parent
baf2b17bf8
commit
d96add30a0
5 changed files with 132 additions and 7 deletions
8
sqitch/revert/load_new_guix_revision_job_logs.sql
Normal file
8
sqitch/revert/load_new_guix_revision_job_logs.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
-- Revert guix-data-service:load_new_guix_revision_job_logs from pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
DROP TABLE load_new_guix_revision_job_log_parts;
|
||||
DROP TABLE load_new_guix_revision_job_logs;
|
||||
|
||||
COMMIT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue