discourse/lib/migration
Guo Xiang Tan 24347ace10 FIX: Properly associate user_profiles background urls via upload id.
`Upload#url` is more likely and can change from time to time. When it
does changes, we don't want to have to look through multiple tables to
ensure that the URLs are all up to date. Instead, we simply associate
uploads properly to `UserProfile` so that it does not have to replicate
the URLs in the table.
2019-05-02 14:58:24 +08:00
..
base_dropper.rb FEATURE: Post deployment migrations. (#6406) 2018-10-08 15:47:38 +08:00
column_dropper.rb FIX: Properly associate user_profiles background urls via upload id. 2019-05-02 14:58:24 +08:00
safe_migrate.rb DEV: Enable `Style/SingleLineMethods` and `Style/Semicolon` in Rubocop (#6717) 2018-12-04 11:48:13 +08:00
table_dropper.rb FEATURE: Post deployment migrations. (#6406) 2018-10-08 15:47:38 +08:00