discourse/spec/fixtures/db/migrate
David Taylor 7070f81596
DEV: Allow `DROP NOT NULL` in pre-deploy migrations (#20775)
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`.
2023-03-22 14:43:32 +00:00
..
drop_not_null DEV: Allow `DROP NOT NULL` in pre-deploy migrations (#20775) 2023-03-22 14:43:32 +00:00
drop_table DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
remove_column DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
rename_column DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
rename_table DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00