discourse/db/fixtures
Sam 3829c78526 PERF: shift most user options out of the user table
As it stands we load up user records quite frequently on the topic pages,
this in turn pulls all the columns for the users being selected, just to
discard them after they are loaded

New structure keeps all options in a discrete table, this is better organised
and allows us to easily add more column without worrying about bloating the
user table
2016-02-17 18:08:25 +11:00
..
001_categories.rb name_lower can't be nil. 2014-08-26 15:25:23 +03:00
002_groups.rb FIX: there is no trust_level_5 2014-07-10 12:17:13 +10: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: bronze/silver/gold badges for popular links 2015-08-27 18:52:31 +02:00
009_users.rb PERF: shift most user options out of the user table 2016-02-17 18:08:25 +11:00
500_lounge_category.rb Perform the where(...).first to find_by(...) refactoring. 2014-05-06 14:41:59 +01:00
501_meta_category.rb Perform the where(...).first to find_by(...) refactoring. 2014-05-06 14:41:59 +01:00
502_staff_category.rb Perform the where(...).first to find_by(...) refactoring. 2014-05-06 14:41:59 +01: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: Can override any translation via an admin interface 2015-11-27 11:35:19 -05:00