Merge branch 'develop' into standalone_develop
This commit is contained in:
commit
b22c65e5c2
|
@ -0,0 +1,5 @@
|
|||
class AddProjectAddIndexPinned < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_index :projects, :is_pinned
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue