Merge branch 'develop' into standalone_develop

This commit is contained in:
xiaoxiaoqiong 2021-12-01 17:21:23 +08:00
commit b22c65e5c2
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
class AddProjectAddIndexPinned < ActiveRecord::Migration[5.2]
def change
add_index :projects, :is_pinned
end
end