Sha256: 1baed4d06048feaeaf29a22a37a75faaac273c907c00e678731361be5f7dfdd4

Contents?: true

Size: 223 Bytes

Versions: 9

Compression:

Stored size: 223 Bytes

Contents

class AddDescriptionToMailinglists < ActiveRecord::Migration
    def self.up
        add_column    :mailinglists, :description, :text
    end

    def self.down
        remove_column :mailinglists, :description
    end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
sugoi-mail-0.1.0 db/migrate/013_add_description_to_mailinglists.rb
sugoi-mail-0.0.1 db/migrate/013_add_description_to_mailinglists.rb
sugoi-mail-0.0.5 db/migrate/013_add_description_to_mailinglists.rb
sugoi-mail-0.0.3 db/migrate/013_add_description_to_mailinglists.rb
sugoi-mail-0.0.0 db/migrate/013_add_description_to_mailinglists.rb
sugoi-mail-0.0.2 db/migrate/013_add_description_to_mailinglists.rb
sugoi-mail-0.1.5 db/migrate/013_add_description_to_mailinglists.rb
sugoi-mail-0.3.2 db/migrate/013_add_description_to_mailinglists.rb
sugoi-mail-0.3.0 db/migrate/013_add_description_to_mailinglists.rb