discourse/db/fixtures
Sam 6a3c8fe69c FEATURE: protect against accidental column or table drops
Often we need to amend our schema, it is tempting to use
drop_table, rename_column and drop_column to amned schema
trouble though is that existing code that is running in production
can depend on the existance of previous schema leading to application
breaking until new code base is deployed.

The commit enforces new rules to ensure we can never drop tables or
columns in migrations and instead use Migration::ColumnDropper and
Migration::TableDropper to defer drop the db objects
2018-03-21 15:43:32 +11:00
..
001_categories.rb FEATURE: protect against accidental column or table drops 2018-03-21 15:43:32 +11:00
002_groups.rb FEATURE: protect against accidental column or table drops 2018-03-21 15:43:32 +11:00
003_post_action_types.rb added quick start guide to seeds 2013-12-16 12:46:46 +11:00
004_screened_ip_addresses.rb added quick start guide to seeds 2013-12-16 12:46:46 +11:00
005_badge_types.rb FIX: fixture order 2014-07-08 07:17:44 +10:00
006_badges.rb FEATURE: new badges when visiting the forum for 10, 100 and 365 consecutive days 2017-09-06 22:35:08 +02:00
007_web_hook_event_types.rb FEATURE: Webhook for user creation and approval 2016-09-19 10:12:55 +08:00
009_users.rb FEATURE: protect against accidental column or table drops 2018-03-21 15:43:32 +11:00
500_lounge_category.rb FIX: lounge category security settings won't be reset after an upgrade 2017-06-06 16:57:21 -04:00
501_meta_category.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
502_staff_category.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
600_themes.rb FEATURE: protect against accidental column or table drops 2018-03-21 15:43:32 +11:00
999_delayed.rb FEATURE: protect against accidental column or table drops 2018-03-21 15:43:32 +11:00
999_settings.rb Exceptions we use in the app should inherit off StandardError 2015-03-23 12:16:21 +11:00
999_topics.rb FEATURE: protect against accidental column or table drops 2018-03-21 15:43:32 +11:00