mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 14:05:16 +08:00
7 lines
175 B
Ruby
7 lines
175 B
Ruby
![]() |
class AddUserProfilesIndexes < ActiveRecord::Migration
|
||
|
def change
|
||
|
add_index :user_profiles, :profile_background
|
||
|
add_index :user_profiles, :card_background
|
||
|
end
|
||
|
end
|