2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-03-04 01:15:08 +08:00
discourse/spec/fixtures/db/migrate
Linca a3e173c5f1
Some checks are pending
Licenses / run (push) Waiting to run
Linting / run (push) Waiting to run
Publish Assets / publish-assets (push) Waiting to run
Tests / core backend (push) Waiting to run
Tests / plugins backend (push) Waiting to run
Tests / core frontend (Chrome) (push) Waiting to run
Tests / plugins frontend (push) Waiting to run
Tests / themes frontend (push) Waiting to run
Tests / core system (push) Waiting to run
Tests / plugins system (push) Waiting to run
Tests / themes system (push) Waiting to run
Tests / core frontend (Firefox ESR) (push) Waiting to run
Tests / core frontend (Firefox Evergreen) (push) Waiting to run
Tests / chat system (push) Waiting to run
Tests / merge (push) Blocked by required conditions
DEV: Allow DROP DEFAULT in pre-deploy migrations (#34838)
Our SafeMigrate system is designed to prevent tables/columns being
dropped in pre-deploy migrations. Its regex-based detection was
triggering incorrectly on `ALTER COLUMN DROP DEFAULT`.
2025-09-17 16:15:02 +08:00
..
create_index_concurrently_safe DEV: Protection for migrations that creates index concurrently take 2 (#31792) 2025-03-17 08:25:30 +08:00
create_index_concurrently_safe_activerecord DEV: Protection for migrations that creates index concurrently take 2 (#31792) 2025-03-17 08:25:30 +08:00
create_index_concurrently_unsafe DEV: Add protection for migrations that creates index concurrently (#31763) 2025-03-13 09:34:14 +08:00
drop_default DEV: Allow DROP DEFAULT in pre-deploy migrations (#34838) 2025-09-17 16:15:02 +08:00
drop_not_null
drop_table
remove_column
rename_column
rename_table