Sha256: b6affe225bab53ae31c1315a373851829d49ca623d7ff6ea5af843f92fa6a532
Contents?: true
Size: 210 Bytes
Versions: 2
Compression:
Stored size: 210 Bytes
Contents
# frozen_string_literal: true class RemoveApplicationsSecretNotNullConstraint < ActiveRecord::Migration<%= migration_version %> def change change_column_null :oauth_applications, :secret, true end end
Version data entries
2 entries across 2 versions & 1 rubygems