Merge branch 'develop'

This commit is contained in:
Jasder 2020-12-30 14:02:32 +08:00
commit ad129db4e6
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