drone/internal/store/database/migrate/sqlite
2023-01-04 19:16:09 +01:00
..
0001_create_table_paths.up.sql DB & API refactor: Use snake case (#144) 2022-12-29 13:53:08 -08:00
0001_create_table_principals.up.sql Geting users by email, fix for Postgres (#150) 2023-01-04 19:16:09 +01:00
0001_create_table_repositories.up.sql techdebt: [SCM-43]: Using opt lock to generate PR number (#151) 2023-01-04 12:24:17 +01:00
0001_create_table_spaces.up.sql DB & API refactor: Use snake case (#144) 2022-12-29 13:53:08 -08:00
0001_create_table_tokens.up.sql DB & API refactor: Use snake case (#144) 2022-12-29 13:53:08 -08:00
0002_create_index_paths_target_type_target_id.up.sql DB & API refactor: Use snake case (#144) 2022-12-29 13:53:08 -08:00
0002_create_index_principals_lower_email.up.sql Geting users by email, fix for Postgres (#150) 2023-01-04 19:16:09 +01:00
0002_create_index_principals_sa_parent_type_sa_parent_id.up.sql DB & API refactor: Use snake case (#144) 2022-12-29 13:53:08 -08:00
0002_create_index_repositories_parent_id.up.sql DB & API refactor: Use snake case (#144) 2022-12-29 13:53:08 -08:00
0002_create_index_spaces_parent_id.up.sql DB & API refactor: Use snake case (#144) 2022-12-29 13:53:08 -08:00
0002_create_index_tokens_principal_id.up.sql DB & API refactor: Use snake case (#144) 2022-12-29 13:53:08 -08:00
0003_create_table_pullreqs.up.sql rename DB table pullreq to pullreqs; added version (#130) 2022-12-22 20:21:15 +01:00
0004_create_index_pullreqs_target_repo_id_number.up.sql DB & API refactor: Use snake case (#144) 2022-12-29 13:53:08 -08:00
0005_create_table_pullreq_activities.up.sql Add parent_id column to the pullreq_activities DB table (#143) 2022-12-28 18:51:34 +01:00
0006_create_index_pullreq_activities_pullreq_id_order_sub_order.up.sql DB & API refactor: Use snake case (#144) 2022-12-29 13:53:08 -08:00
0007_create_table_webhooks.up.sql [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00
0008_create_index_webhooks_repo_id.up.sql [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00
0008_create_index_webhooks_space_id.up.sql [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00
0009_create_table_webhook_executions.up.sql [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00
0010_create_index_webhook_executions_webhook_id.up.sql [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00