mirror of
https://github.com/discourse/discourse.git
synced 2026-03-04 01:15:08 +08:00
|
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
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`. |
||
|---|---|---|
| .. | ||
| create_index_concurrently_safe | ||
| create_index_concurrently_safe_activerecord | ||
| create_index_concurrently_unsafe | ||
| drop_default | ||
| drop_not_null | ||
| drop_table | ||
| remove_column | ||
| rename_column | ||
| rename_table | ||