mirror of
https://github.com/discourse/discourse.git
synced 2025-02-05 19:11:13 +00:00
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 NOT NULL`.