Sha256: 90e1ed9b7c9fe3b02b9e69ac1643e9c527e3bf13a30c42ddb8f8cd5e8bc16809

Contents?: true

Size: 163 Bytes

Versions: 28

Compression:

Stored size: 163 Bytes

Contents

class DropTableUserNotifications < ActiveRecord::Migration
  def up
    drop_table :user_notifications
  end

  def down
    raise IrreversibleMigration
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
houston-core-0.9.2 db/migrate/20140217150735_drop_table_user_notifications.rb
houston-core-0.9.1 db/migrate/20140217150735_drop_table_user_notifications.rb
houston-core-0.9.0 db/migrate/20140217150735_drop_table_user_notifications.rb
houston-core-0.9.0.rc1 db/migrate/20140217150735_drop_table_user_notifications.rb
houston-core-0.8.4 db/migrate/20140217150735_drop_table_user_notifications.rb
houston-core-0.8.3 db/migrate/20140217150735_drop_table_user_notifications.rb
houston-core-0.8.2 db/migrate/20140217150735_drop_table_user_notifications.rb
houston-core-0.8.1 db/migrate/20140217150735_drop_table_user_notifications.rb
houston-core-0.8.0 db/migrate/20140217150735_drop_table_user_notifications.rb
houston-core-0.8.0.pre2 db/migrate/20140217150735_drop_table_user_notifications.rb
houston-core-0.8.0.pre db/migrate/20140217150735_drop_table_user_notifications.rb
houston-core-0.7.0 db/migrate/20140217150735_drop_table_user_notifications.rb
houston-core-0.7.0.beta4 db/migrate/20140217150735_drop_table_user_notifications.rb
houston-core-0.7.0.beta3 db/migrate/20140217150735_drop_table_user_notifications.rb
houston-core-0.7.0.beta2 db/migrate/20140217150735_drop_table_user_notifications.rb
houston-core-0.7.0.beta db/migrate/20140217150735_drop_table_user_notifications.rb
houston-core-0.6.3 db/migrate/20140217150735_drop_table_user_notifications.rb
houston-core-0.6.2 db/migrate/20140217150735_drop_table_user_notifications.rb
houston-core-0.6.1 db/migrate/20140217150735_drop_table_user_notifications.rb
houston-core-0.6.0 db/migrate/20140217150735_drop_table_user_notifications.rb