parent
17783c6f72
commit
0450b63bc6
@ -0,0 +1,5 @@
|
|||||||
|
class ModifyIsTestForUser < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
change_column :users, :is_test, :integer, :limit => 1
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue