Sha256: bd8da1ca16ff2567cef5beb9b6e5430e9de6412ea513cd6f44596ec063fcee62
Contents?: true
Size: 265 Bytes
Versions: 50
Compression:
Stored size: 265 Bytes
Contents
# frozen_string_literal: true class AddConfidentialToApplications < ActiveRecord::Migration<%= migration_version %> def change add_column( :oauth_applications, :confidential, :boolean, null: false, default: true ) end end
Version data entries
50 entries across 50 versions & 1 rubygems