Sha256: 2f15cb2c10571f95d1be04c7bb17570d81f6e7f5ea2f550fc2c5597f4a5e5b80
Contents?: true
Size: 271 Bytes
Versions: 18
Compression:
Stored size: 271 Bytes
Contents
class CreateRedhatAccessTelemetryProxyCredentials < ActiveRecord::Migration def change create_table :redhat_access_telemetry_proxy_credentials do |t| t.string :username t.string :password t.string :strata_url t.timestamps end end end
Version data entries
18 entries across 18 versions & 1 rubygems