coder/coderd/database/migrations
Kayla Washburn-Love d8e0be6ee6
feat: add support for multiple banners (#13081)
2024-05-08 15:40:43 -06:00
..
testdata chore: enforce unique linked_ids (#12815) 2024-04-03 13:17:11 -05: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 chore: remove `ALTER TYPE .. ADD VALUE` from migration 18 (#10996) 2023-12-02 11:35:25 -06: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: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06: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 feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000035_linked_user_id.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06: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 feat(site): increase TTL and max TTL validation to 30 days (#8258) 2023-07-19 23:43:10 +10: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: Extend migration fixture test with down and fix 000045 (#6130) 2023-02-09 16:59:54 +02: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 chore: remove `ALTER TYPE .. ADD VALUE` from migration 46 (#10997) 2023-12-02 11:38:12 -06: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: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000058_template_acl.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000058_template_acl.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000059_file_id.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000059_file_id.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06: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: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000062_group_avatars.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06: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: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06: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 chore: remove `ALTER TYPE .. ADD VALUE` from migration 65 (#10998) 2023-12-02 11:40:23 -06: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: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000067_app_display_name.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000067_app_display_name.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06: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 feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06: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: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000072_add_agent_connection_timeout_and_troubleshooting_url.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06: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: allow disabling autostart and custom autostop for template (#6933) 2023-04-04 12:48:35 +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(coderd): remove `CREATE INDEX CONCURRENTLY` from migrations (#8353) 2023-07-06 16:44:29 -05: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 feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000090_sqlc_upgrade_fix_nullable_values.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06: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 feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000093_add_workspace_agent_invert_delay_login_until_ready_to_login_before_ready.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000094_add_resource_type_api_key.down.sql feat: audit login (#5925) 2023-02-06 15:12:50 -05:00
000094_add_resource_type_api_key.up.sql feat: audit login (#5925) 2023-02-06 15:12:50 -05:00
000095_rich_parameters_validation_monotonic.down.sql fix: use correct migration number (#6071) 2023-02-07 10:28:44 +01:00
000095_rich_parameters_validation_monotonic.up.sql fix: use correct migration number (#6071) 2023-02-07 10:28:44 +01:00
000096_agent_resolved_directory.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000096_agent_resolved_directory.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000097_license_not_null_uuid.down.sql chore: Force license uuids to not be null (#6012) 2023-02-13 18:21:58 -06:00
000097_license_not_null_uuid.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000098_add_resource_type_license.down.sql feat: audit addition and removal of licenses (#6125) 2023-02-14 16:34:13 -05:00
000098_add_resource_type_license.up.sql feat: audit addition and removal of licenses (#6125) 2023-02-14 16:34:13 -05:00
000099_template_version_variables.down.sql feat: Expose managed variables via API (#6134) 2023-02-15 18:24:15 +01:00
000099_template_version_variables.up.sql feat: Expose managed variables via API (#6134) 2023-02-15 18:24:15 +01:00
000100_template_version_gitauth.down.sql feat: add support for `coder_git_auth` data source (#6334) 2023-02-27 10:18:19 -06:00
000100_template_version_gitauth.up.sql feat: add support for `coder_git_auth` data source (#6334) 2023-02-27 10:18:19 -06:00
000101_workspace_agent_stats_tableify.down.sql chore: convert agent stats to use a table (#6374) 2023-02-28 13:33:33 -06:00
000101_workspace_agent_stats_tableify.up.sql fix: use bigint instead of integer in stats migration (#6380) 2023-02-28 13:55:37 -06:00
000102_workspace_agent_stats_types.down.sql feat: add agent stats for different connection types (#6412) 2023-03-02 08:06:00 -06:00
000102_workspace_agent_stats_types.up.sql feat: add agent stats for different connection types (#6412) 2023-03-02 08:06:00 -06:00
000103_add_apikey_name.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000103_add_apikey_name.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000104_add_shutdown_script_to_coder_agents.down.sql feat(agent): Add shutdown lifecycle states and shutdown_script support (#6139) 2023-03-06 21:34:00 +02:00
000104_add_shutdown_script_to_coder_agents.up.sql feat(agent): Add shutdown lifecycle states and shutdown_script support (#6139) 2023-03-06 21:34:00 +02:00
000105_rich_parameter_required.down.sql feat: mark coder_parameter as "required" (#6433) 2023-03-07 16:38:31 +01:00
000105_rich_parameter_required.up.sql feat: mark coder_parameter as "required" (#6433) 2023-03-07 16:38:31 +01:00
000106_workspace_build_max_deadline.down.sql fix: bump migration to resolve duplicate id (#6486) 2023-03-07 10:04:06 -06:00
000106_workspace_build_max_deadline.up.sql fix: bump migration to resolve duplicate id (#6486) 2023-03-07 10:04:06 -06:00
000107_provisioner_jobs_error_code.down.sql feat: propagate job error codes (#6507) 2023-03-08 16:32:00 +01:00
000107_provisioner_jobs_error_code.up.sql feat: propagate job error codes (#6507) 2023-03-08 16:32:00 +01:00
000108_workspace_agent_stats_connection_latency.down.sql feat: add connection statistics for workspace agents (#6469) 2023-03-08 21:05:45 -06:00
000108_workspace_agent_stats_connection_latency.up.sql feat: add connection statistics for workspace agents (#6469) 2023-03-08 21:05:45 -06:00
000109_rich_parameter_legacy_variable.down.sql feat: import value from legacy variable to build parameter (#6556) 2023-03-14 12:02:44 +00:00
000109_rich_parameter_legacy_variable.up.sql feat: import value from legacy variable to build parameter (#6556) 2023-03-14 12:02:44 +00:00
000110_add_startup_logs.down.sql feat: add startup script logs to the ui (#6558) 2023-03-23 14:09:13 -05:00
000110_add_startup_logs.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000111_workspace_agent_metadata.down.sql feat: add agent metadata (#6614) 2023-03-31 15:26:19 -05:00
000111_workspace_agent_metadata.up.sql feat: add agent metadata (#6614) 2023-03-31 15:26:19 -05:00
000112_rich_parameter_display_name.down.sql feat: rich parameters: introduce display_name (#6919) 2023-04-03 14:37:47 +02:00
000112_rich_parameter_display_name.up.sql feat: rich parameters: introduce display_name (#6919) 2023-04-03 14:37:47 +02:00
000113_template_disable_user_scheduling.down.sql feat: allow disabling autostart and custom autostop for template (#6933) 2023-04-04 12:48:35 +00:00
000113_template_disable_user_scheduling.up.sql feat: allow disabling autostart and custom autostop for template (#6933) 2023-04-04 12:48:35 +00:00
000114_workspace_proxy.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000114_workspace_proxy.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000115_workspace_proxy_resource.down.sql test: Increase test coverage on auditable resources (#7038) 2023-04-06 16:16:53 -05:00
000115_workspace_proxy_resource.up.sql test: Increase test coverage on auditable resources (#7038) 2023-04-06 16:16:53 -05:00
000116_startup_logs_level.down.sql feat: add level support for startup logs (#7067) 2023-04-10 14:29:59 -05:00
000116_startup_logs_level.up.sql feat: add level support for startup logs (#7067) 2023-04-10 14:29:59 -05:00
000117_add_audit_action_register.down.sql feat: differentiate new user registration from user login in the audit log (#7096) 2023-04-12 11:46:16 -07:00
000117_add_audit_action_register.up.sql feat: differentiate new user registration from user login in the audit log (#7096) 2023-04-12 11:46:16 -07:00
000118_workspace_proxy_token.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000118_workspace_proxy_token.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000119_workspace_proxy_name_idx.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000119_workspace_proxy_name_idx.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000120_trigger_delete_user_apikey.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000120_trigger_delete_user_apikey.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000121_provisioner_job_tracing.down.sql feat: unified tracing between coderd<->provisionerd (#7370) 2023-05-03 23:02:35 +00:00
000121_provisioner_job_tracing.up.sql feat: unified tracing between coderd<->provisionerd (#7370) 2023-05-03 23:02:35 +00:00
000122_add_template_cleanup_ttls.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000122_add_template_cleanup_ttls.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000123_workspace_agent_subsystem.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000123_workspace_agent_subsystem.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000124_validation_min_max_nullable.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000124_validation_min_max_nullable.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000125_rename_login_before_ready_to_startup_script_behavior.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000125_rename_login_before_ready_to_startup_script_behavior.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000126_login_type_none.down.sql feat: add login type 'none' to prevent password login (#8009) 2023-06-14 12:48:43 -05:00
000126_login_type_none.up.sql feat: add login type 'none' to prevent password login (#8009) 2023-06-14 12:48:43 -05:00
000127_add_startup_logs_eof.down.sql fix: avoid missed logs when streaming startup logs (#8029) 2023-06-16 17:14:22 +03:00
000127_add_startup_logs_eof.up.sql fix: avoid missed logs when streaming startup logs (#8029) 2023-06-16 17:14:22 +03:00
000128_template_locked_ttl.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000128_template_locked_ttl.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000129_drop_startup_logs_eof_and_add_completion.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000129_drop_startup_logs_eof_and_add_completion.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000130_ha_coordinator.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000130_ha_coordinator.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000131_workspace_locked.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000131_workspace_locked.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000132_parameters_order.down.sql feat: add "display_order" column to coder_parameter to keep parameters sorted in UI (#8227) 2023-06-30 12:41:55 +02:00
000132_parameters_order.up.sql feat: add "display_order" column to coder_parameter to keep parameters sorted in UI (#8227) 2023-06-30 12:41:55 +02:00
000133_oauth_convert_audit.down.sql chore: Bump migration to remove conflict (#8273) 2023-06-30 13:12:40 +00:00
000133_oauth_convert_audit.up.sql chore: Bump migration to remove conflict (#8273) 2023-06-30 13:12:40 +00:00
000134_workspace_build_reason.down.sql feat: add auto-locking/deleting workspace based on template config (#8240) 2023-07-02 21:29:52 -05:00
000134_workspace_build_reason.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000135_drop_rich_parameter_legacy_variable.down.sql feat!: drop LegacyVariableName from coder parameter (#8360) 2023-07-07 14:14:29 +02:00
000135_drop_rich_parameter_legacy_variable.up.sql feat!: drop LegacyVariableName from coder parameter (#8360) 2023-07-07 14:14:29 +02:00
000136_ephemeral_parameters.down.sql feat(coderd): support ephemeral parameters (#8367) 2023-07-10 13:44:03 +02:00
000136_ephemeral_parameters.up.sql feat(coderd): support ephemeral parameters (#8367) 2023-07-10 13:44:03 +02:00
000137_add_template_version_message.down.sql feat: add support for template version messages in api and cli (#8336) 2023-07-11 13:11:08 +03:00
000137_add_template_version_message.up.sql feat: add support for template version messages in api and cli (#8336) 2023-07-11 13:11:08 +03:00
000138_join_users.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000138_join_users.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000139_template_restart_requirement.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000139_template_restart_requirement.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000140_workspace_deleting_at.down.sql feat: add deleting_at column to workspaces (#8333) 2023-07-20 22:01:11 -05:00
000140_workspace_deleting_at.up.sql feat: add deleting_at column to workspaces (#8333) 2023-07-20 22:01:11 -05:00
000141_join_users_build_version.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000141_join_users_build_version.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000142_proxy_derp.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000142_proxy_derp.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000143_workspace_agent_logs.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000143_workspace_agent_logs.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000144_user_status_dormant.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000144_user_status_dormant.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000145_user_status_default_dormant.down.sql feat: add "dormant" user state (#8644) 2023-08-02 16:31:25 +02:00
000145_user_status_default_dormant.up.sql feat: add "dormant" user state (#8644) 2023-08-02 16:31:25 +02:00
000146_proxy_derp_only.down.sql chore: fix duplicate migration (#8866) 2023-08-02 15:09:10 +00:00
000146_proxy_derp_only.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000147_group_display_name.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000147_group_display_name.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000148_group_source.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000148_group_source.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000149_agent_multiple_subsystems.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000149_agent_multiple_subsystems.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000150_workspace_app_stats.down.sql feat(coderd): add `coder_app` usage stats (#9001) 2023-08-16 15:22:00 +03:00
000150_workspace_app_stats.up.sql feat(coderd): add `coder_app` usage stats (#9001) 2023-08-16 15:22:00 +03:00
000151_rename_locked.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000151_rename_locked.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000152_rename_template_restart_requirement.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000152_rename_template_restart_requirement.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000153_agent_default_apps.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000153_agent_default_apps.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000154_dbcrypt_key_ids.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000154_dbcrypt_key_ids.up.sql feat(coderd): add dbcrypt package (#9522) 2023-09-06 12:06:26 +01:00
000155_workspaces_last_used_at_timestamptz.down.sql fix(coderd/database): migrate workspaces.last_used_at to timestamptz (#9699) 2023-09-18 11:07:54 +01:00
000155_workspaces_last_used_at_timestamptz.up.sql fix(coderd/database): migrate workspaces.last_used_at to timestamptz (#9699) 2023-09-18 11:07:54 +01:00
000156_pg_coordinator_single_tailnet.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000156_pg_coordinator_single_tailnet.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000157_workspace_agent_script.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000157_workspace_agent_script.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000158_external_auth.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000158_external_auth.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000159_workspace_agent_stats_template_id_created_at_user_id_idx.down.sql feat: add index to `workspace_agent_stats` (#10009) 2023-10-03 11:13:44 +00:00
000159_workspace_agent_stats_template_id_created_at_user_id_idx.up.sql feat: add index to `workspace_agent_stats` (#10009) 2023-10-03 11:13:44 +00:00
000160_provisioner_job_status.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000160_provisioner_job_status.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000161_workspace_agent_stats_template_id_created_at_user_id_include_sessions.down.sql feat: modify `workspace_agent_stats` index (#10073) 2023-10-05 14:49:08 +02:00
000161_workspace_agent_stats_template_id_created_at_user_id_include_sessions.up.sql feat: modify `workspace_agent_stats` index (#10073) 2023-10-05 14:49:08 +02:00
000162_workspace_automatic_updates.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000162_workspace_automatic_updates.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000163_external_auth_extra.down.sql feat: allow storing extra oauth token properties in the database (#10152) 2023-10-09 18:49:30 -05:00
000163_external_auth_extra.up.sql feat: allow storing extra oauth token properties in the database (#10152) 2023-10-09 18:49:30 -05:00
000164_archive_template_versions.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000164_archive_template_versions.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000165_prevent_autostart_days.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000165_prevent_autostart_days.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000166_template_active_version.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000166_template_active_version.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000167_workspace_agent_api_version.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000167_workspace_agent_api_version.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000168_pg_coord_tailnet_v2_api.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000168_pg_coord_tailnet_v2_api.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000169_deprecate_template.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000169_deprecate_template.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000170_workspaceproxy_version.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000170_workspaceproxy_version.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000171_oidc_debug_claims.down.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000171_oidc_debug_claims.up.sql feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00
000172_health_settings_audit.down.sql feat: manage health settings using Coder API (#10861) 2023-11-28 18:15:17 +01:00
000172_health_settings_audit.up.sql feat: manage health settings using Coder API (#10861) 2023-11-28 18:15:17 +01:00
000173_provisioner_last_seen_at.down.sql feat(coderd): add last_seen_at and version to provisioner_daemons table (#11033) 2023-12-05 13:54:38 +00:00
000173_provisioner_last_seen_at.up.sql feat(coderd): add last_seen_at and version to provisioner_daemons table (#11033) 2023-12-05 13:54:38 +00:00
000174_rename_autolock.down.sql chore: update build_reason 'autolock' -> 'dormancy' (#11074) 2023-12-07 17:11:57 -06:00
000174_rename_autolock.up.sql chore: update build_reason 'autolock' -> 'dormancy' (#11074) 2023-12-07 17:11:57 -06:00
000175_add_user_theme_preference.down.sql chore: add theme_preference column to users table (#11069) 2023-12-08 21:59:53 +00:00
000175_add_user_theme_preference.up.sql chore: add theme_preference column to users table (#11069) 2023-12-08 21:59:53 +00:00
000176_not_null_users_avatar_url.down.sql chore: make `"users"."avatar_url"` `NOT NULL` (#11112) 2023-12-11 10:09:51 -07:00
000176_not_null_users_avatar_url.up.sql chore: make `"users"."avatar_url"` `NOT NULL` (#11112) 2023-12-11 10:09:51 -07:00
000177_drop_provisioner_updated_at.down.sql fix(coderd/database): remove column updated_at from provisioner_daemons table (#11108) 2023-12-12 11:19:28 +00:00
000177_drop_provisioner_updated_at.up.sql fix(coderd/database): remove column updated_at from provisioner_daemons table (#11108) 2023-12-12 11:19:28 +00:00
000178_provisioner_daemon_idx_owner.down.sql feat(coderd/database): add UpsertProvisionerDaemons query (#11178) 2023-12-13 12:31:40 +00:00
000178_provisioner_daemon_idx_owner.up.sql feat(coderd/database): add UpsertProvisionerDaemons query (#11178) 2023-12-13 12:31:40 +00:00
000179_provisionerdaemon_add_apiversion.down.sql feat(coderd/database): add api_version to provisioner_daemons table (#11204) 2023-12-14 12:52:41 +00:00
000179_provisionerdaemon_add_apiversion.up.sql feat(coderd/database): add api_version to provisioner_daemons table (#11204) 2023-12-14 12:52:41 +00:00
000180_template_use_max_ttl.down.sql feat: allow templates to specify max_ttl or autostop_requirement (#10920) 2023-12-15 18:27:56 +10:00
000180_template_use_max_ttl.up.sql feat: allow templates to specify max_ttl or autostop_requirement (#10920) 2023-12-15 18:27:56 +10:00
000181_coalesce_provisioner_daemon_idx_owner.down.sql feat(coderd): insert provisioner daemons (#11207) 2023-12-18 16:44:52 +00:00
000181_coalesce_provisioner_daemon_idx_owner.up.sql feat(coderd): insert provisioner daemons (#11207) 2023-12-18 16:44:52 +00:00
000182_oauth2_provider.down.sql feat: add OAuth2 applications (#11197) 2023-12-21 21:38:42 +00:00
000182_oauth2_provider.up.sql feat: add OAuth2 applications (#11197) 2023-12-21 21:38:42 +00:00
000183_provisionerd_api_version_prefix.down.sql fix(coderd/database): add missing v prefix to provisioner_daemons.api_version (#11385) 2024-01-03 14:11:02 +00:00
000183_provisionerd_api_version_prefix.up.sql fix(coderd/database): add missing v prefix to provisioner_daemons.api_version (#11385) 2024-01-03 14:11:02 +00:00
000184_provisionerd_api_version_rm_prefix.down.sql fix(coderd/database): revert addition of v prefix to provisioner_daemons.api_version (#11403) 2024-01-04 11:47:31 +00:00
000184_provisionerd_api_version_rm_prefix.up.sql fix(coderd/database): revert addition of v prefix to provisioner_daemons.api_version (#11403) 2024-01-04 11:47:31 +00:00
000185_add_user_name.down.sql feat: expose `owner_name` in `coder_workspace` resource (#11639) 2024-01-17 13:20:45 +01:00
000185_add_user_name.up.sql feat: expose `owner_name` in `coder_workspace` resource (#11639) 2024-01-17 13:20:45 +01:00
000186_user_favorite_workspaces.down.sql feat(coderd): allow workspace owners to mark workspaces as favorite (#11791) 2024-01-24 13:39:19 +00:00
000186_user_favorite_workspaces.up.sql feat(coderd): allow workspace owners to mark workspaces as favorite (#11791) 2024-01-24 13:39:19 +00:00
000187_jfrog_xray.down.sql feat: add backend for jfrog xray support (#11829) 2024-01-29 19:30:02 -06:00
000187_jfrog_xray.up.sql feat: add backend for jfrog xray support (#11829) 2024-01-29 19:30:02 -06:00
000188_workspace_agent_metadata_order.down.sql feat: support custom order of agent metadata (#12066) 2024-02-08 17:29:34 +01:00
000188_workspace_agent_metadata_order.up.sql feat: support custom order of agent metadata (#12066) 2024-02-08 17:29:34 +01:00
000189_workspace_app_order.down.sql feat: support `order` property of `coder_app` resource (#12077) 2024-02-12 15:11:31 +01:00
000189_workspace_app_order.up.sql feat: support `order` property of `coder_app` resource (#12077) 2024-02-12 15:11:31 +01:00
000190_template_activity_bump_duration.down.sql feat: add template activity_bump property (#11734) 2024-02-13 07:00:35 +00:00
000190_template_activity_bump_duration.up.sql feat: add template activity_bump property (#11734) 2024-02-13 07:00:35 +00:00
000191_workspace_agent_port_sharing.down.sql feat: add port-sharing backend (#11939) 2024-02-13 09:31:20 -05:00
000191_workspace_agent_port_sharing.up.sql feat: add port-sharing backend (#11939) 2024-02-13 09:31:20 -05:00
000192_workspace_agent_order.down.sql feat: support `order` property of `coder_agent` (#12121) 2024-02-15 13:33:13 +01:00
000192_workspace_agent_order.up.sql feat: support `order` property of `coder_agent` (#12121) 2024-02-15 13:33:13 +01:00
000193_default_organization.down.sql feat: implement 'is_default' org field (#12142) 2024-02-15 11:01:16 -06:00
000193_default_organization.up.sql feat: implement 'is_default' org field (#12142) 2024-02-15 11:01:16 -06:00
000194_trigger_delete_user_user_link.down.sql fix: add postgres triggers to remove deleted users from user_links (#12117) 2024-02-20 13:19:38 -06:00
000194_trigger_delete_user_user_link.up.sql fix: add postgres triggers to remove deleted users from user_links (#12117) 2024-02-20 13:19:38 -06:00
000195_oauth2_provider_codes.down.sql feat: add oauth2 token exchange (#12196) 2024-02-20 14:58:43 -09:00
000195_oauth2_provider_codes.up.sql feat: add oauth2 token exchange (#12196) 2024-02-20 14:58:43 -09:00
000196_external_auth_providers_jsonb.down.sql chore: fix down migration 196 (#13006) 2024-04-18 18:47:02 -05:00
000196_external_auth_providers_jsonb.up.sql fix(migration): removed hardcoded public (#12620) 2024-03-16 10:11:14 -04:00
000197_oauth2_provider_app_audit.down.sql feat: audit oauth2 app management (#12275) 2024-02-26 23:52:08 +00:00
000197_oauth2_provider_app_audit.up.sql feat: audit oauth2 app management (#12275) 2024-02-26 23:52:08 +00:00
000198_ensure_default_org.down.sql chore: ensure default org always exists (#12412) 2024-03-05 14:06:35 -06:00
000198_ensure_default_org.up.sql chore: ensure default org always exists (#12412) 2024-03-05 14:06:35 -06:00
000199_port_share_protocol.down.sql feat: allow setting port share protocol (#12383) 2024-03-06 09:23:57 -05:00
000199_port_share_protocol.up.sql feat: allow setting port share protocol (#12383) 2024-03-06 09:23:57 -05:00
000200_org_provisioners.down.sql chore: rename migrations to fix main (#12442) 2024-03-06 18:28:53 +00:00
000200_org_provisioners.up.sql chore: rename migrations to fix main (#12442) 2024-03-06 18:28:53 +00:00
000201_ensure_default_everyone_group.down.sql chore: bump migration file (#12556) 2024-03-12 14:55:45 +00:00
000201_ensure_default_everyone_group.up.sql chore: bump migration file (#12556) 2024-03-12 14:55:45 +00:00
000202_remove_max_ttl.down.sql chore: remove max_ttl from templates (#12644) 2024-03-20 10:37:57 -05:00
000202_remove_max_ttl.up.sql chore: remove max_ttl from templates (#12644) 2024-03-20 10:37:57 -05:00
000203_template_usage_stats.down.sql feat(coderd/database): add `template_usage_stats` table and rollup query (#12664) 2024-03-22 18:33:34 +02:00
000203_template_usage_stats.up.sql feat(coderd/database): add `template_usage_stats` table and rollup query (#12664) 2024-03-22 18:33:34 +02:00
000204_add_workspace_agent_scripts_fk_index.down.sql fix(coderd/database): add fk index for `workspace_agent_scripts` (#12791) 2024-03-28 14:31:58 +02:00
000204_add_workspace_agent_scripts_fk_index.up.sql fix(coderd/database): add fk index for `workspace_agent_scripts` (#12791) 2024-03-28 14:31:58 +02:00
000205_unique_linked_id.down.sql chore: enforce unique linked_ids (#12815) 2024-04-03 13:17:11 -05:00
000205_unique_linked_id.up.sql chore: enforce unique linked_ids (#12815) 2024-04-03 13:17:11 -05:00
000206_add_tailnet_tunnels_indexes.down.sql feat: add src_id and dst_id indexes to tailnet_tunnels (#12911) 2024-04-11 10:05:53 +04:00
000206_add_tailnet_tunnels_indexes.up.sql feat: add src_id and dst_id indexes to tailnet_tunnels (#12911) 2024-04-11 10:05:53 +04:00
000207_site_configs_text.down.sql chore: change `site_configs.value` to `text` (#13036) 2024-04-22 17:25:36 -06:00
000207_site_configs_text.up.sql chore: change `site_configs.value` to `text` (#13036) 2024-04-22 17:25:36 -06:00
000208_notification_banners.down.sql feat: add support for multiple banners (#13081) 2024-05-08 15:40:43 -06:00
000208_notification_banners.up.sql feat: add support for multiple banners (#13081) 2024-05-08 15:40:43 -06: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 theme_preference column to users table (#11069) 2023-12-08 21:59:53 +00:00
fix_migration_numbers.sh feat: Add migration fixer script (for branches) (#6466) 2023-03-07 14:47:33 +02:00
migrate.go feat(scripts): add script to check schema between migrations (#13037) 2024-04-23 12:43:14 +01:00
migrate_test.go chore(ci): clean up databases after test finishes in CI (#12702) 2024-03-21 14:53:16 +00:00
txnmigrator.go feat: run all migrations in a transaction (#10966) 2023-12-01 16:11:10 -06:00