Sha256: 4536867bc1682d40ac528a73af3847b0167fd28ce56c3d7778c17ee1444237a7

Contents?: true

Size: 165 Bytes

Versions: 22

Compression:

Stored size: 165 Bytes

Contents

class AddTeacherStatusToUsers < ActiveRecord::Migration
  def change
    add_column :users, :teacher_status, :string
    add_index :users, :teacher_status
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
tkh_mailing_list-0.12 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_teacher_status_to_users.rb
tkh_mailing_list-0.11.3 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_teacher_status_to_users.rb
tkh_mailing_list-0.11.2 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_teacher_status_to_users.rb
tkh_mailing_list-0.11.1.1 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_teacher_status_to_users.rb
tkh_mailing_list-0.11.1 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_teacher_status_to_users.rb
tkh_mailing_list-0.11 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_teacher_status_to_users.rb
tkh_mailing_list-0.10.10 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_teacher_status_to_users.rb
tkh_mailing_list-0.10.9.1 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_teacher_status_to_users.rb
tkh_mailing_list-0.10.9 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_teacher_status_to_users.rb
tkh_mailing_list-0.10.8 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_teacher_status_to_users.rb
tkh_mailing_list-0.10.7 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_teacher_status_to_users.rb
tkh_mailing_list-0.10.6 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_teacher_status_to_users.rb
tkh_mailing_list-0.10.5 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_teacher_status_to_users.rb
tkh_mailing_list-0.10.4 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_teacher_status_to_users.rb
tkh_mailing_list-0.10.3 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_teacher_status_to_users.rb
tkh_mailing_list-0.10.2 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_teacher_status_to_users.rb
tkh_mailing_list-0.10.1 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_teacher_status_to_users.rb
tkh_mailing_list-0.10 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_teacher_status_to_users.rb
tkh_mailing_list-0.9.2 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_teacher_status_to_users.rb
tkh_mailing_list-0.9.1 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_teacher_status_to_users.rb