Merge branch 'develop'

This commit is contained in:
Jasder
2020-12-30 14:02:32 +08:00

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