discourse/db
Martin Brennan 779dc30d2e FIX: Join bookmarks migration on users to avoid missing user records
* the post_actions table has no FK to users, so if a user has been
  deleted we may end up with dangling post_action records, which then
  interferes with the bookmarks migration because bookmarks DO have
  an FK to users
2020-05-19 16:31:05 +10:00
..
fixtures DEV: Only warn about invalid email setting in production 2020-04-15 11:21:21 -04:00
migrate FIX: Join bookmarks migration on users to avoid missing user records 2020-05-19 16:31:05 +10:00
post_migrate PERF: Dematerialize topic_reply_count (#9769) 2020-05-14 15:42:00 -07:00
api_test_seeds.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00