mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
DEV: Include foreign keys in model annotations
This commit is contained in:
@ -169,3 +169,8 @@ end
|
||||
# index_user_profiles_on_card_background (card_background)
|
||||
# index_user_profiles_on_profile_background (profile_background)
|
||||
#
|
||||
# Foreign Keys
|
||||
#
|
||||
# fk_rails_... (card_background_upload_id => uploads.id)
|
||||
# fk_rails_... (profile_background_upload_id => uploads.id)
|
||||
#
|
||||
|
Reference in New Issue
Block a user