FIX migrate bug

This commit is contained in:
Jasder 2020-12-30 14:02:21 +08:00
parent 56965910a5
commit fa98636eb9
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
class AddServerTypeToCiCloudAccounts < ActiveRecord::Migration[5.2]
def change
add_column :ci_cloud_accounts, :server_type, :integer, default: 0
end
end