Merge branch 'standalone_develop' into pre_trustie_server

This commit is contained in:
xiaoxiaoqiong 2021-12-01 17:21:54 +08:00
commit 34bcf9ed57
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