Browse Source

Merge branch 'develop'

tags/v3.0.0
Jasder 5 years ago
parent
commit
ad129db4e6
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      db/migrate/20201230054355_add_server_type_to_ci_cloud_accounts.rb

+ 5
- 0
db/migrate/20201230054355_add_server_type_to_ci_cloud_accounts.rb 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

Loading…
Cancel
Save