%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 support_build_cancelation 2020-12-11T18:25:42Z Christopher Baines # Add builds.canceled add_build_tags_build_id_idx 2020-12-21T13:20:54Z Christopher Baines # Add an index on build_tags.build_id add_builds_deferred_until 2020-12-26T19:26:32Z Christopher Baines # Add builds.deferred_until add_agent_tags 2021-01-17T11:13:23Z Christopher Baines # Add tags for agents add_agent_names 2021-02-28T14:04:24Z Christopher Baines # Add agent.names add_dynamic_auth_tokens 2021-02-28T15:21:24Z Christopher Baines # Add dynamic_auth_tokens use_numeric_primary_keys 2021-03-28T09:55:40Z Christopher Baines # Use numeric primary keys fix_allocated_builds 2021-03-30T08:19:18Z Christopher Baines # Fix allocated_builds fix_allocated_builds_attempt_2 2021-03-30T08:27:18Z Christopher Baines # Fix allocated_builds