Sha256: d7465912adb6db436a47143fb9efb91147b744e428a7d14dbfd0704a19c0b25c

Contents?: true

Size: 163 Bytes

Versions: 22

Compression:

Stored size: 163 Bytes

Contents

class ChangeAccountsUsernameToBeNullable < ActiveRecord::Migration[4.2]
  def change
    change_column_null :openstax_accounts_accounts, :username, true
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
openstax_accounts-8.0.1 db/migrate/8_change_accounts_username_to_be_nullable.rb
openstax_accounts-8.0.0 db/migrate/8_change_accounts_username_to_be_nullable.rb