change chain

This commit is contained in:
sylor_huang@126.com
2020-06-09 18:55:09 +08:00
parent d586f526c9
commit 79641e859c
11 changed files with 114 additions and 101 deletions

View File

@@ -0,0 +1,5 @@
class ChangeIssueToken < ActiveRecord::Migration[5.2]
def change
change_column :issues, :token, :integer, default: 0
end
end