sourcebot/packages/db/prisma/migrations
Brendan Kellam 92ae76168c
Some checks are pending
Publish to ghcr / merge (push) Blocked by required conditions
Publish to ghcr / build (linux/amd64, blacksmith-4vcpu-ubuntu-2404) (push) Waiting to run
Publish to ghcr / build (linux/arm64, blacksmith-8vcpu-ubuntu-2204-arm) (push) Waiting to run
Update Roadmap Released / update (push) Waiting to run
fix(web): Fix issue where creating a new Ask thread would result in a 404 (#641)
2025-11-28 23:01:33 -08:00
..
20250122225856_postgres_init v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250124045320_rename_config_to_connection v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250124063518_remove_repo_tenant_id v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250124173816_relate_connection_and_repo v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250124190846_add_secret_table v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250124230248_add_name_to_connection v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250124231224_add_connection_type v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250203215003_add_repo_image v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250206180955_add_domain v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250210191917_add_invite_table v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250212061001_remove_active_org_id v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250212185343_add_stripe_customer_id_to_org v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250214051339_add_hashed_password v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250214214601_add_stripe_subscription_status_to_org v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250218193104_add_connection_sync_metadata v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250218203405_add_is_onboarded_flag v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250220024949_add_orgid_to_repo_unique v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250220202710_add_image_url_to_org v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250225183123_add_synced_with_warnings_to_connection_sync_status v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250225194100_add_gc_repo_status v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250320215449_unique_connection_name_constraint_within_org v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250324183912_add_repo_web_url v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250325161848_add_is_declarative_flag_to_connection v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250402232401_add_display_name_to_repo Display name improvements (#259) 2025-04-02 17:50:48 -07:00
20250403044104_add_search_contexts Search contexts (#273) 2025-04-24 22:28:13 -07:00
20250519235121_add_org_metadata_field V4 (#311) 2025-05-28 16:08:42 -07:00
20250520021309_add_pending_approval_user V4 (#311) 2025-05-28 16:08:42 -07:00
20250520022249_add_account_request V4 (#311) 2025-05-28 16:08:42 -07:00
20250520182630_add_guest_role V4 (#311) 2025-05-28 16:08:42 -07:00
20250523175553_add_api_key V4 (#311) 2025-05-28 16:08:42 -07:00
20250617031335_add_audit_table feat(audit-logging): Adds audit logging support (#355) 2025-06-18 10:50:36 -07:00
20250619231843_add_audit_indexes feat(analytics): Adds analytics dashboard (#358) 2025-06-20 14:57:05 -07:00
20250713041019_add_onboarding_revamp_changes Revamp onboarding flow (#376) 2025-07-14 20:14:41 -07:00
20250722201612_add_chat_table feat: Ask Sourcebot (#392) 2025-07-23 11:25:15 -07:00
20250919221836_add_indexes_to_repo_tables fix(perf): Add indices to hot paths for repository querying (#526) 2025-09-19 15:42:48 -07:00
20250920232318_add_permission_sync_tables [experimental] feat(ee): GitHub permission syncing (#508) 2025-09-20 16:51:14 -07:00
20251018212113_add_repo_indexing_job_table chore(worker,web): Repo indexing stability improvements + perf improvements to web (#563) 2025-10-18 16:31:22 -07:00
20251024000926_add_indexed_commit_hash_to_repo_table feat(web): Improved repository table (#572) 2025-10-25 14:51:41 -04:00
20251024214005_add_metadata_field_to_repo_job_table feat(web): Improved repository table (#572) 2025-10-25 14:51:41 -04:00
20251026194617_add_connection_job_table feat(worker,web): Improved connection management (#579) 2025-10-28 21:31:28 -07:00
20251026194628_ensure_single_tenant_org feat(worker,web): Improved connection management (#579) 2025-10-28 21:31:28 -07:00
20251031012851_change_connection_type_to_enum fix(web): Fix /settings/connections throwing a error when there is a git connection present (#588) 2025-10-31 13:08:51 -07:00
20251031014307_change_repo_code_host_type_to_enum fix(web): Fix /settings/connections throwing a error when there is a git connection present (#588) 2025-10-31 13:08:51 -07:00
20251031191203_remove_secret_table chore(tech-debt): Remove built-in secret manager (#592) 2025-10-31 14:33:28 -07:00
20251105021913_move_permission_syncing_to_account_level chore(worker): Refactor permission syncing join table to be between Account <> Repo (#600) 2025-11-04 20:12:07 -08:00
20251129063148_change_chat_created_by_to_optional fix(web): Fix issue where creating a new Ask thread would result in a 404 (#641) 2025-11-28 23:01:33 -08:00
migration_lock.toml v3 effort (#158) 2025-03-31 22:34:42 -07:00