aboutsummaryrefslogtreecommitdiff
path: root/sqitch/sqitch.plan
blob: a062e0826fe9f4736c9e6c716cff5f5844f73297 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%syntax-version=1.0.0
%project=guix-build-coordinator

schema 2020-04-03T21:01:15Z Christopher Baines <mail@cbaines.net> # Create a schema
initial_derivation_tables 2020-04-04T09:48:34Z Christopher Baines <mail@cbaines.net> # Create initial derivation related tables
create_builds 2020-04-06T18:50:48Z Christopher Baines <mail@cbaines.net> # Create builds
initial_agent_tables 2020-04-09T20:03:53Z Christopher Baines <mail@cbaines.net> # Create initial tables for agent related state
build_allocation_tables 2020-04-10T19:26:36Z Christopher Baines <mail@cbaines.net> # Create initial tables for allocating builds
build_results 2020-04-12T19:59:27Z Christopher Baines <mail@cbaines.net> # Create table for storing build results
setup_failures 2020-04-13T13:05:29Z Christopher Baines <mail@cbaines.net> # Create table for storing setup_failures
output_metadata 2020-04-23T14:26:15Z Christopher Baines <mail@cbaines.net> # Create table for storing output metadata
derivation_outputs_output_index 2020-04-28T17:49:19Z Christopher Baines <mail@cbaines.net> # Add an index on derivation_outputs.output
allocator_related_indexes 2020-04-29T16:59:14Z Christopher Baines <mail@cbaines.net> # Add a few indexes that should speed up build allocation
unprocessed_hook_events 2020-05-08T12:55:28Z Christopher Baines <mail@cbaines.net> # Add a new table unprocessed_hook_events