Sha256: 04433863b779792e945775f95d291b9a811ed40f107abb8bb3c37ae357e91c4b

Contents?: true

Size: 125 Bytes

Versions: 17

Compression:

Stored size: 125 Bytes

Contents

class RemoveSuUser < ActiveRecord::Migration
  def self.up
    remove_column :sites, :su_id
  end

  def self.down
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
zena-1.2.8 db/fix/old_migrations/20100926192223_remove_su_user.rb
zena-1.2.7 db/fix/old_migrations/20100926192223_remove_su_user.rb
zena-1.2.6 db/fix/old_migrations/20100926192223_remove_su_user.rb
zena-1.2.5 db/fix/old_migrations/20100926192223_remove_su_user.rb
zena-1.2.4 db/fix/old_migrations/20100926192223_remove_su_user.rb
zena-1.2.3 db/fix/old_migrations/20100926192223_remove_su_user.rb
zena-1.2.2 db/fix/old_migrations/20100926192223_remove_su_user.rb
zena-1.2.1 db/fix/old_migrations/20100926192223_remove_su_user.rb
zena-1.2.0 db/fix/old_migrations/20100926192223_remove_su_user.rb
zena-1.1.3 db/fix/old_migrations/20100926192223_remove_su_user.rb
zena-1.1.2 db/fix/old_migrations/20100926192223_remove_su_user.rb
zena-1.1.1 db/fix/old_migrations/20100926192223_remove_su_user.rb
zena-1.1.0 db/fix/old_migrations/20100926192223_remove_su_user.rb
zena-1.0.0 db/fix/old_migrations/20100926192223_remove_su_user.rb
zena-1.0.0.rc3 db/fix/old_migrations/20100926192223_remove_su_user.rb
zena-1.0.0.rc2 db/fix/old_migrations/20100926192223_remove_su_user.rb
zena-1.0.0.rc1 db/fix/old_migrations/20100926192223_remove_su_user.rb