coder/coderd/database/migrations
Mathias Fredriksson 981cac5e28
chore: Invert `delay_login_until_ready`, now `login_before_ready` (#5893)
2023-01-27 20:07:47 +00:00
..
testdata feat: Add database fixtures for testing migrations (#4858) 2022-11-08 19:59:44 +02:00
000001_base.down.sql chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
000001_base.up.sql feat: Add users create and list commands (#1111) 2022-04-24 20:08:26 -05:00
000002_templates.down.sql chore: Rename Projects to Templates (#880) 2022-04-06 12:42:40 -05:00
000002_templates.up.sql chore: Rename Projects to Templates (#880) 2022-04-06 12:42:40 -05:00
000003_workspaces.down.sql chore: Move httpapi, httpmw, & database into `coderd` (#568) 2022-03-25 16:07:45 -05:00
000003_workspaces.up.sql feat: Move workspaces under organizations (#1109) 2022-04-25 16:11:03 -05:00
000004_jobs.down.sql chore: Move httpapi, httpmw, & database into `coderd` (#568) 2022-03-25 16:07:45 -05:00
000004_jobs.up.sql Spike/222 workspace build order (#1534) 2022-05-18 16:33:33 +00:00
000005_gitsshkey.down.sql feat: Add user scoped git ssh keys (#834) 2022-04-06 00:18:26 +00:00
000005_gitsshkey.up.sql feat: Add user scoped git ssh keys (#834) 2022-04-06 00:18:26 +00:00
000006_workspace_autostartstop.down.sql coderd: autostart: codersdk, http api, database plumbing (#879) 2022-04-07 10:03:35 +01:00
000006_workspace_autostartstop.up.sql coderd: autostart: codersdk, http api, database plumbing (#879) 2022-04-07 10:03:35 +01:00
000007_user_status.down.sql feat: add PUT /api/v2/users/:user-id/suspend endpoint (#1154) 2022-04-26 09:00:07 -05:00
000007_user_status.up.sql feat: add PUT /api/v2/users/:user-id/suspend endpoint (#1154) 2022-04-26 09:00:07 -05:00
000008_rbac_roles.down.sql feat: Add user roles, but do not yet enforce them (#1200) 2022-04-29 09:04:19 -05:00
000008_rbac_roles.up.sql feat: Add user roles, but do not yet enforce them (#1200) 2022-04-29 09:04:19 -05:00
000009_agent_directory.down.sql feat: Update Terraform provider to support "dir" in "coder_agent" (#1219) 2022-05-02 10:27:34 -05:00
000009_agent_directory.up.sql feat: Update Terraform provider to support "dir" in "coder_agent" (#1219) 2022-05-02 10:27:34 -05:00
000010_audit_logs.down.sql feat: add audit logging database schema (#1225) 2022-05-02 19:30:46 +00:00
000010_audit_logs.up.sql feat: add audit exporting and filtering (#1314) 2022-05-09 22:05:01 +00:00
000011_template_description.down.sql feat: add template description (#1489) 2022-05-16 20:56:11 +00:00
000011_template_description.up.sql feat: add template description (#1489) 2022-05-16 20:56:11 +00:00
000012_template_version_readme.down.sql feat: add README parsing to template versions (#1500) 2022-05-17 15:00:48 -05:00
000012_template_version_readme.up.sql feat: add README parsing to template versions (#1500) 2022-05-17 15:00:48 -05:00
000013_autostop_ttl.down.sql refactor: workspace autostop_schedule -> ttl (#1578) 2022-05-19 15:09:27 -04:00
000013_autostop_ttl.up.sql refactor: workspace autostop_schedule -> ttl (#1578) 2022-05-19 15:09:27 -04:00
000014_provisioner_daemons_organization_id.down.sql feat: RBAC provisionerdaemons and parameters (#1755) 2022-05-26 11:20:54 -05:00
000014_provisioner_daemons_organization_id.up.sql feat: RBAC provisionerdaemons and parameters (#1755) 2022-05-26 11:20:54 -05:00
000015_workspacebuild_deadline.down.sql feat: add API/SDK support for autostop extension (#1778) 2022-05-26 18:08:11 +01:00
000015_workspacebuild_deadline.up.sql feat: add API/SDK support for autostop extension (#1778) 2022-05-26 18:08:11 +01:00
000016_api_key_lifetime.down.sql feat: Longer lived api keys for cli (#1935) 2022-06-01 14:58:55 -05:00
000016_api_key_lifetime.up.sql feat: Longer lived api keys for cli (#1935) 2022-06-01 14:58:55 -05:00
000017_drop_member_roles.down.sql fix: fix duplicate migrations (#1968) 2022-06-01 20:58:22 +00:00
000017_drop_member_roles.up.sql fix: fix duplicate migrations (#1968) 2022-06-01 20:58:22 +00:00
000018_provisioner_job_type_dry_run.down.sql feat: add description to audit log responses (#3949) 2022-09-08 09:36:34 -05:00
000018_provisioner_job_type_dry_run.up.sql fix: fix duplicate migrations (#1968) 2022-06-01 20:58:22 +00:00
000019_drop_org_user_parameter_scope.down.sql feat: Remove organization and user scoped parameters (#2007) 2022-06-03 11:49:58 -07:00
000019_drop_org_user_parameter_scope.up.sql feat: Remove organization and user scoped parameters (#2007) 2022-06-03 11:49:58 -07:00
000020_workspace_apps.down.sql feat: Add workspace application support (#1773) 2022-06-04 15:13:37 -05:00
000020_workspace_apps.up.sql feat: Add workspace application support (#1773) 2022-06-04 15:13:37 -05:00
000021_template_autobuild_constraints.down.sql feat: enforce template-level constraints for TTL and autostart (#2018) 2022-06-07 13:37:45 +01:00
000021_template_autobuild_constraints.up.sql feat: enforce template-level constraints for TTL and autostart (#2018) 2022-06-07 13:37:45 +01:00
000022_template_created_by.down.sql feat: store and display template creator (#2228) 2022-06-10 19:24:21 +00:00
000022_template_created_by.up.sql feat: store and display template creator (#2228) 2022-06-10 19:24:21 +00:00
000023_template_created_by_not_null.down.sql fix: Swap migration numbers to fix deployment 2022-06-17 05:47:13 +00:00
000023_template_created_by_not_null.up.sql fix: Swap migration numbers to fix deployment 2022-06-17 05:47:13 +00:00
000024_site_config.down.sql fix: Swap migration numbers to fix deployment 2022-06-17 05:47:13 +00:00
000024_site_config.up.sql fix: Swap migration numbers to fix deployment 2022-06-17 05:47:13 +00:00
000025_workspace_build_reason.down.sql Add `reason` field for workspace builds (#2438) 2022-06-17 13:41:11 -04:00
000025_workspace_build_reason.up.sql Add `reason` field for workspace builds (#2438) 2022-06-17 13:41:11 -04:00
000026_allow_template_name_re_use.down.sql fix: Allow template names to be re-used after deletion (#2454) 2022-06-17 19:18:07 +00:00
000026_allow_template_name_re_use.up.sql fix: Allow template names to be re-used after deletion (#2454) 2022-06-17 19:18:07 +00:00
000027_apikey_ip.down.sql feat: Add `ip_address` to API keys (#2580) 2022-06-22 17:32:21 +00:00
000027_apikey_ip.up.sql feat: Add `ip_address` to API keys (#2580) 2022-06-22 17:32:21 +00:00
000028_wireguard.down.sql feat: peer wireguard (#2445) 2022-06-24 10:25:01 -05:00
000028_wireguard.up.sql fix: use correct default wireguard public key (#2638) 2022-06-24 17:16:36 +00:00
000029_variable_order.down.sql Return template parameters in consistent order (#2975) 2022-07-13 15:29:34 -05:00
000029_variable_order.up.sql Return template parameters in consistent order (#2975) 2022-07-13 15:29:34 -05:00
000030_template_version_created_by.down.sql feat: add template version creator (#3001) 2022-07-15 14:12:39 -07:00
000030_template_version_created_by.up.sql feat: add template version creator (#3001) 2022-07-15 14:12:39 -07:00
000031_agent_auth_instance_id.down.sql remove character limit on instance ids (#3274) 2022-07-28 13:52:03 -07:00
000031_agent_auth_instance_id.up.sql remove character limit on instance ids (#3274) 2022-07-28 13:52:03 -07:00
000032_oidc.down.sql feat: Add OIDC authentication (#3314) 2022-07-31 23:05:35 -05:00
000032_oidc.up.sql feat: Add OIDC authentication (#3314) 2022-07-31 23:05:35 -05:00
000033_resource_metadata.down.sql feat: Add backend API support for resource metadata (#3242) 2022-08-01 16:53:05 -05:00
000033_resource_metadata.up.sql feat: Add backend API support for resource metadata (#3242) 2022-08-01 16:53:05 -05:00
000034_remove_admin_role.down.sql chore: Rename 'admin' to 'owner' (#3498) 2022-08-15 14:40:19 -05:00
000034_remove_admin_role.up.sql chore: Rename 'admin' to 'owner' (#3498) 2022-08-15 14:40:19 -05:00
000035_linked_user_id.down.sql fix: use unique ID for linked accounts (#3441) 2022-08-17 18:00:53 -05:00
000035_linked_user_id.up.sql fix: use unique ID for linked accounts (#3441) 2022-08-17 18:00:53 -05:00
000036_template_icon.down.sql feat: Add icon to templates (#3561) 2022-08-19 13:17:35 +00:00
000036_template_icon.up.sql feat: Add icon to templates (#3561) 2022-08-19 13:17:35 +00:00
000037_jwt_licenses.down.sql POST license API endpoint (#3570) 2022-08-22 15:02:50 -07:00
000037_jwt_licenses.up.sql POST license API endpoint (#3570) 2022-08-22 15:02:50 -07:00
000038_template_max_ttl_cap_7_days.down.sql fix: template: enforce bounds of template max_ttl (#3662) 2022-08-24 15:45:14 +01:00
000038_template_max_ttl_cap_7_days.up.sql fix: template: enforce bounds of template max_ttl (#3662) 2022-08-24 15:45:14 +01:00
000039_add_workspace_agent_version.down.sql feat: show agent version in UI and CLI (#3709) 2022-08-31 16:33:50 +01:00
000039_add_workspace_agent_version.up.sql feat: show agent version in UI and CLI (#3709) 2022-08-31 16:33:50 +01:00
000040_audit_addtl_fields.down.sql chore: rearrange audit logging code into enterprise folder (#3741) 2022-08-31 21:12:54 +00:00
000040_audit_addtl_fields.up.sql chore: rearrange audit logging code into enterprise folder (#3741) 2022-08-31 21:12:54 +00:00
000041_tailnet.down.sql feat: Add Tailscale networking (#3505) 2022-08-31 20:09:44 -05:00
000041_tailnet.up.sql feat: Add Tailscale networking (#3505) 2022-08-31 20:09:44 -05:00
000042_agent_stats.down.sql Daily Active User Metrics (#3735) 2022-09-01 14:58:23 -05:00
000042_agent_stats.up.sql Daily Active User Metrics (#3735) 2022-09-01 14:58:23 -05:00
000043_workspace_last_used.down.sql feat: add last used to Workspaces page (#3816) 2022-09-02 00:08:51 +00:00
000043_workspace_last_used.up.sql feat: add last used to Workspaces page (#3816) 2022-09-02 00:08:51 +00:00
000044_user_avatars.down.sql feat: Add profile pictures to OAuth users (#3855) 2022-09-04 11:44:27 -05:00
000044_user_avatars.up.sql Fix `avatar_url` database type 2022-09-04 16:55:25 +00:00
000045_workspacebuildname.down.sql fix: Remove name from workspace builds (#3937) 2022-09-07 19:49:57 +00:00
000045_workspacebuildname.up.sql fix: Remove name from workspace builds (#3937) 2022-09-07 19:49:57 +00:00
000046_more_resource_types.down.sql feat: add description to audit log responses (#3949) 2022-09-08 09:36:34 -05:00
000046_more_resource_types.up.sql feat: add description to audit log responses (#3949) 2022-09-08 09:36:34 -05:00
000047_workspace_resource_hide.down.sql feat: Allow hide resources (#3977) 2022-09-09 16:38:00 -03:00
000047_workspace_resource_hide.up.sql feat: Allow hide resources (#3977) 2022-09-09 16:38:00 -03:00
000048_userdelete.down.sql feat: Allow deleting users (#4028) 2022-09-12 23:24:20 +00:00
000048_userdelete.up.sql feat: Allow deleting users (#4028) 2022-09-12 23:24:20 +00:00
000049_workspace_resource_icon.down.sql feat: Show custom resource icons in the UI (#4020) 2022-09-13 11:32:59 -03:00
000049_workspace_resource_icon.up.sql feat: Show custom resource icons in the UI (#4020) 2022-09-13 11:32:59 -03:00
000050_apikey_scope.down.sql feat: add API key scopes and application_connect scope (#4067) 2022-09-19 17:39:02 +00:00
000050_apikey_scope.up.sql feat: add API key scopes and application_connect scope (#4067) 2022-09-19 17:39:02 +00:00
000051_comment_on_api_key_secret.down.sql feat: secure and cross-domain subdomain-based proxying (#4136) 2022-09-22 22:30:32 +00:00
000051_comment_on_api_key_secret.up.sql feat: secure and cross-domain subdomain-based proxying (#4136) 2022-09-22 22:30:32 +00:00
000052_workspace_app_health.down.sql feat: add health check monitoring to workspace apps (#4114) 2022-09-23 15:51:04 -04:00
000052_workspace_app_health.up.sql feat: add health check monitoring to workspace apps (#4114) 2022-09-23 15:51:04 -04:00
000053_last_seen_at.down.sql Add Users Last Seen At (#4192) 2022-09-26 15:31:03 +00:00
000053_last_seen_at.up.sql Add Users Last Seen At (#4192) 2022-09-26 15:31:03 +00:00
000054_email_case.down.sql docs: simplify Docker quickstart (#4257) 2022-09-29 17:55:15 -05:00
000054_email_case.up.sql coderd: treat email case insensitively (#4215) 2022-09-27 03:51:58 +00:00
000055_relative_path_to_subdomain.down.sql feat: use app wildcards for apps if configured (#4263) 2022-10-05 19:23:01 +00:00
000055_relative_path_to_subdomain.up.sql feat: use app wildcards for apps if configured (#4263) 2022-10-05 19:23:01 +00:00
000056_app_subdomain_fix.down.sql fix: fix apps being unavailable until rebuild (#4395) 2022-10-06 10:23:55 -05:00
000056_app_subdomain_fix.up.sql fix: fix apps being unavailable until rebuild (#4395) 2022-10-06 10:23:55 -05:00
000057_api_key_token.down.sql feat: tokens (#4380) 2022-10-06 19:02:27 +00:00
000057_api_key_token.up.sql feat: tokens (#4380) 2022-10-06 19:02:27 +00:00
000058_template_acl.down.sql feat: add template RBAC/groups (#4235) 2022-10-10 15:37:06 -05:00
000058_template_acl.up.sql feat: add template RBAC/groups (#4235) 2022-10-10 15:37:06 -05:00
000059_file_id.down.sql fix: allow regular users to push files (#4500) 2022-10-13 18:02:52 -05:00
000059_file_id.up.sql fix: Tidy up closes for nicer output (#4605) 2022-10-17 18:36:23 -05:00
000060_app_sharing_level.down.sql feat: app sharing (now open source!) (#4378) 2022-10-15 02:46:38 +10:00
000060_app_sharing_level.up.sql feat: app sharing (now open source!) (#4378) 2022-10-15 02:46:38 +10:00
000061_replicas.down.sql feat: Add high availability for multiple replicas (#4555) 2022-10-17 13:43:30 +00:00
000061_replicas.up.sql feat: Add high availability for multiple replicas (#4555) 2022-10-17 13:43:30 +00:00
000062_group_avatars.down.sql feat: add avatar urls to groups (#4525) 2022-10-17 17:46:01 -05:00
000062_group_avatars.up.sql feat: add avatar urls to groups (#4525) 2022-10-17 17:46:01 -05:00
000063_resource_type_group.down.sql feat: add auditing for groups (#4527) 2022-10-19 02:00:45 -05:00
000063_resource_type_group.up.sql feat: add auditing for groups (#4527) 2022-10-19 02:00:45 -05:00
000064_gitauth.down.sql feat: Add Git auth for GitHub, GitLab, Azure DevOps, and BitBucket (#4670) 2022-10-24 19:46:24 -05:00
000064_gitauth.up.sql feat: Add Git auth for GitHub, GitLab, Azure DevOps, and BitBucket (#4670) 2022-10-24 19:46:24 -05:00
000065_add_audit_enums.down.sql feat: add workspace build start/stop to audit log (#4744) 2022-10-25 15:34:48 -04:00
000065_add_audit_enums.up.sql feat: add workspace build start/stop to audit log (#4744) 2022-10-25 15:34:48 -04:00
000066_app_slug.down.sql feat: add new required slug property to coder_app, use in URLs (#4573) 2022-10-28 17:41:31 +00:00
000066_app_slug.up.sql feat: add new required slug property to coder_app, use in URLs (#4573) 2022-10-28 17:41:31 +00:00
000067_app_display_name.down.sql feat: add new required slug property to coder_app, use in URLs (#4573) 2022-10-28 17:41:31 +00:00
000067_app_display_name.up.sql feat: add new required slug property to coder_app, use in URLs (#4573) 2022-10-28 17:41:31 +00:00
000068_update_template_version_created_by.down.sql refactor: Show template versions as timeline (#4800) 2022-10-31 16:38:07 +00:00
000068_update_template_version_created_by.up.sql fix: actually fix template version created by migration (#4850) 2022-11-01 22:19:58 +00:00
000069_resource_instance_type.down.sql feat: Extract instance type when provisioning VMs (#4839) 2022-11-01 21:51:57 +00:00
000069_resource_instance_type.up.sql feat: Extract instance type when provisioning VMs (#4839) 2022-11-01 21:51:57 +00:00
000070_deployment_graph.down.sql feat: Associate connected workspace agents with replicas (#4914) 2022-11-06 15:27:09 -06:00
000070_deployment_graph.up.sql feat: Associate connected workspace agents with replicas (#4914) 2022-11-06 15:27:09 -06:00
000071_provisioner_log_lines.down.sql feat: Add buffering to provisioner job logs (#4918) 2022-11-06 20:50:34 -06:00
000071_provisioner_log_lines.up.sql feat: Add buffering to provisioner job logs (#4918) 2022-11-06 20:50:34 -06:00
000072_add_agent_connection_timeout_and_troubleshooting_url.down.sql feat: Add connection_timeout and troubleshooting_url to agent (#4937) 2022-11-09 17:27:05 +02:00
000072_add_agent_connection_timeout_and_troubleshooting_url.up.sql feat: Add connection_timeout and troubleshooting_url to agent (#4937) 2022-11-09 17:27:05 +02:00
000073_remove_min_autostart.down.sql feat: change template max_ttl to default_ttl (#4843) 2022-11-09 19:36:25 +00:00
000073_remove_min_autostart.up.sql feat: change template max_ttl to default_ttl (#4843) 2022-11-09 19:36:25 +00:00
000074_workspace_resources_job_id_idx.down.sql fix: add index for `workspace_resource.job_id` column (#5009) 2022-11-10 20:09:44 +00:00
000074_workspace_resources_job_id_idx.up.sql fix: add index for `workspace_resource.job_id` column (#5009) 2022-11-10 20:09:44 +00:00
000075_template_display_name.down.sql feat: Add template display name (backend) (#4966) 2022-11-10 21:51:09 +01:00
000075_template_display_name.up.sql feat: Add template display name (backend) (#4966) 2022-11-10 21:51:09 +01:00
000076_cost.down.sql Implement Quotas v3 (#5012) 2022-11-14 17:57:33 +00:00
000076_cost.up.sql Implement Quotas v3 (#5012) 2022-11-14 17:57:33 +00:00
000077_job_logs_job_id_id_index.down.sql fix: add index for `GetProvisionerLogsByIDBetween` (#5020) 2022-11-16 14:32:29 -06:00
000077_job_logs_job_id_id_index.up.sql fix: add index for `GetProvisionerLogsByIDBetween` (#5020) 2022-11-16 14:32:29 -06:00
000078_workspace_agents_resource_id_idx.down.sql fix: index `GetWorkspaceAgentsByResourceIDs` query (#5021) 2022-11-16 14:40:57 -06:00
000078_workspace_agents_resource_id_idx.up.sql fix: index `GetWorkspaceAgentsByResourceIDs` query (#5021) 2022-11-16 14:40:57 -06:00
000079_provisioner_daemon_tags.down.sql feat: Add external provisioner daemons (#4935) 2022-11-16 16:34:06 -06:00
000079_provisioner_daemon_tags.up.sql feat: Add external provisioner daemons (#4935) 2022-11-16 16:34:06 -06:00
000080_license_ids.down.sql feat: Add the option to generate a trial license during setup (#5110) 2022-11-16 17:09:49 -06:00
000080_license_ids.up.sql feat: Add the option to generate a trial license during setup (#5110) 2022-11-16 17:09:49 -06:00
000081_template_allow_user_cancel_workspace_jobs.down.sql feat: Allow user to cancel workspace jobs (#5115) 2022-11-21 11:43:53 +01:00
000081_template_allow_user_cancel_workspace_jobs.up.sql feat: Allow user to cancel workspace jobs (#5115) 2022-11-21 11:43:53 +01:00
000082_add_audit_log_nullable_fields.down.sql Audit build outcomes/kira pilot (#5143) 2022-11-22 13:22:56 -05:00
000082_add_audit_log_nullable_fields.up.sql Audit build outcomes/kira pilot (#5143) 2022-11-22 13:22:56 -05:00
000083_add_motd_file_to_coder_agents.down.sql feat: Add support for MOTD file in coder agents (#5147) 2022-11-24 12:22:20 +00:00
000083_add_motd_file_to_coder_agents.up.sql feat: Add support for MOTD file in coder agents (#5147) 2022-11-24 12:22:20 +00:00
000084_workspace_agents_auth_token_index.down.sql fix: add index on `workspace_agents.auth_token` (#5244) 2022-12-02 01:29:05 +00:00
000084_workspace_agents_auth_token_index.up.sql fix: add index on `workspace_agents.auth_token` (#5244) 2022-12-02 01:29:05 +00:00
000085_acquire_job_index.down.sql fix: add index to `provisioner_jobs.started_at` (#5245) 2022-12-01 19:29:15 -06:00
000085_acquire_job_index.up.sql fix: add index to `provisioner_jobs.started_at` (#5245) 2022-12-01 19:29:15 -06:00
000086_no_org_admins.down.sql fix: No org admins until organizations are in the UI (#5414) 2022-12-14 11:05:42 -06:00
000086_no_org_admins.up.sql fix: No org admins until organizations are in the UI (#5414) 2022-12-14 11:05:42 -06:00
000087_resource_metadata_order.down.sql fix: preserve workspace resource metadata order (#5421) 2022-12-14 19:08:22 +00:00
000087_resource_metadata_order.up.sql fix: preserve workspace resource metadata order (#5421) 2022-12-14 19:08:22 +00:00
000088_external_app_url.down.sql feat: add `external` property to `coder_app` (#5425) 2022-12-14 15:54:18 -06:00
000088_external_app_url.up.sql feat: add `external` property to `coder_app` (#5425) 2022-12-14 15:54:18 -06:00
000089_rich_parameters.down.sql feat: Add basic support for rich parameters to coderd and provisionerd (#5710) 2023-01-17 11:22:11 +01:00
000089_rich_parameters.up.sql feat: Add basic support for rich parameters to coderd and provisionerd (#5710) 2023-01-17 11:22:11 +01:00
000090_sqlc_upgrade_fix_nullable_values.down.sql chore: Update sqlc to v1.16.0 (#5788) 2023-01-23 13:14:47 +02:00
000090_sqlc_upgrade_fix_nullable_values.up.sql chore: Update sqlc to v1.16.0 (#5788) 2023-01-23 13:14:47 +02:00
000091_add_workspace_agent_state.down.sql feat: Add workspace agent lifecycle state reporting (#5785) 2023-01-24 14:24:27 +02:00
000091_add_workspace_agent_state.up.sql feat: Add workspace agent lifecycle state reporting (#5785) 2023-01-24 14:24:27 +02:00
000092_rich_parameters_validation_error.down.sql feat: Validate workspace build parameters (#5807) 2023-01-24 14:22:00 +01:00
000092_rich_parameters_validation_error.up.sql feat: Validate workspace build parameters (#5807) 2023-01-24 14:22:00 +01:00
000093_add_workspace_agent_invert_delay_login_until_ready_to_login_before_ready.down.sql chore: Invert `delay_login_until_ready`, now `login_before_ready` (#5893) 2023-01-27 20:07:47 +00:00
000093_add_workspace_agent_invert_delay_login_until_ready_to_login_before_ready.up.sql chore: Invert `delay_login_until_ready`, now `login_before_ready` (#5893) 2023-01-27 20:07:47 +00:00
create_fixture.sh feat: Add database fixtures for testing migrations (#4858) 2022-11-08 19:59:44 +02:00
create_migration.sh chore: Add .editorconfig, shfmt, shellcheck and subshell dir changes (#1649) 2022-05-27 20:15:19 +03:00
migrate.go feat: Add database fixtures for testing migrations (#4858) 2022-11-08 19:59:44 +02:00
migrate_test.go feat: Add basic support for rich parameters to coderd and provisionerd (#5710) 2023-01-17 11:22:11 +01:00