FIX migrate bug
This commit is contained in:
parent
56965910a5
commit
fa98636eb9
|
@ -0,0 +1,5 @@
|
||||||
|
class AddServerTypeToCiCloudAccounts < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
add_column :ci_cloud_accounts, :server_type, :integer, default: 0
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue