discourse/db/fixtures
OsamaSayegh decf1f27cf FEATURE: Groundwork for user-selectable theme components
* Phase 0 for user-selectable theme components

- Drops `key` column from the `themes` table
- Drops `theme_key` column from the `user_options` table
- Adds `theme_ids` (array of ints default []) column to the `user_options` table and migrates data from `theme_key` to the new column.
- Removes the `default_theme_key` site setting and adds `default_theme_id` instead.
- Replaces `theme_key` cookie with a new one called `theme_ids`
- no longer need Theme.settings_for_client
2018-07-12 14:18:21 +10:00
..
000_delayed_drops.rb FEATURE: Groundwork for user-selectable theme components 2018-07-12 14:18:21 +10:00
001_categories.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
002_groups.rb DEV: organise fixture so all drops happen at the end 2018-06-07 15:53:54 +10:00
003_post_action_types.rb Remove legacy vote post action code. (#6009) 2018-07-09 16:54:18 +08: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 DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
007_web_hook_event_types.rb FEATURE: webhook for flag events 2018-04-13 07:47:58 +05:30
009_users.rb DEV: organise fixture so all drops happen at the end 2018-06-07 15:53:54 +10:00
500_lounge_category.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
501_meta_category.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
502_staff_category.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
600_themes.rb DEV: organise fixture so all drops happen at the end 2018-06-07 15:53:54 +10:00
990_settings.rb DEV: organise fixture so all drops happen at the end 2018-06-07 15:53:54 +10:00
990_topics.rb DEV: organise fixture so all drops happen at the end 2018-06-07 15:53:54 +10:00