修改chain相关的

This commit is contained in:
sylor_huang@126.com
2020-06-10 16:04:14 +08:00
parent 79641e859c
commit fc820238c4
5 changed files with 94 additions and 62 deletions

View File

@@ -0,0 +1,5 @@
class RemoveIssuesLockVersionColumn < ActiveRecord::Migration[5.2]
def change
remove_column :issues, :lock_version
end
end