%syntax-version=1.0.0 %project=guix-build-coordinator schema 2020-04-03T21:01:15Z Christopher Baines # Create a schema initial_derivation_tables 2020-04-04T09:48:34Z Christopher Baines # Create initial derivation related tables create_builds 2020-04-06T18:50:48Z Christopher Baines # Create builds initial_agent_tables 2020-04-09T20:03:53Z Christopher Baines # Create initial tables for agent related state build_allocation_tables 2020-04-10T19:26:36Z Christopher Baines # Create initial tables for allocating builds build_results 2020-04-12T19:59:27Z Christopher Baines # Create table for storing build results setup_failures 2020-04-13T13:05:29Z Christopher Baines # Create table for storing setup_failures output_metadata 2020-04-23T14:26:15Z Christopher Baines # Create table for storing output metadata derivation_outputs_output_index 2020-04-28T17:49:19Z Christopher Baines # Add an index on derivation_outputs.output allocator_related_indexes 2020-04-29T16:59:14Z Christopher Baines # Add a few indexes that should speed up build allocation unprocessed_hook_events 2020-05-08T12:55:28Z Christopher Baines # Add a new table unprocessed_hook_events derivation_outputs_derivation_name_index 2020-05-10T16:24:05Z Christopher Baines # Add an index on derivation_outputs.derivation_name build_results_result_index 2020-05-10T17:27:00Z Christopher Baines # Add an index on build_results.result more_indexes_on_builds_and_derivation_inputs 2020-05-11T08:38:28Z Christopher Baines # Add a couple more indexes build_tags 2020-05-31T13:54:41Z Christopher Baines # Support tagging builds builds_created_at 2020-06-27T18:30:32Z Christopher Baines # Add builds.created_at build_starts 2020-06-27T20:23:38Z Christopher Baines # Add build_starts table add_builds_end_time 2020-06-27T20:58:01Z Christopher Baines # Add builds.end_time field build_allocation_agent_requested_systems 2020-07-02T19:45:02Z Christopher Baines # Add new build_allocation_agent_requested_systems table add_fixed_output_to_derivations 2020-07-18T14:49:51Z Christopher Baines # Add derivations.fixed_output add_unbuilt_outputs_table 2020-11-06T18:58:08Z Christopher Baines # Add unbuilt_outputs