Sha256: fcce25512ab024cbfd2f23cc056895b876f8cad2f3acbcf1d6b889c36cc4a3ec

Contents?: true

Size: 207 Bytes

Versions: 7

Compression:

Stored size: 207 Bytes

Contents

class AddSingleAccessTokenToUsers < ActiveRecord::Migration
  def self.up
    add_column :users, :single_access_token, :string
  end

  def self.down
    remove_column :users, :single_access_token
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 db/migrate/20101221123456_add_single_access_token_to_users.rb
fat_free_crm-0.14.1 db/migrate/20101221123456_add_single_access_token_to_users.rb
fat_free_crm-0.15.0.beta.2 db/migrate/20101221123456_add_single_access_token_to_users.rb
fat_free_crm-0.15.0.beta db/migrate/20101221123456_add_single_access_token_to_users.rb
fat_free_crm-0.14.0 db/migrate/20101221123456_add_single_access_token_to_users.rb
reduced_fat_crm-0.15.0.beta db/migrate/20101221123456_add_single_access_token_to_users.rb
reduced_fat_crm-0.14.0 db/migrate/20101221123456_add_single_access_token_to_users.rb