internetee-registry/db/migrate/20141010085152_add_snapshot_to_domain.rb
2014-10-15 10:35:56 +03:00

5 lines
125 B
Ruby

class AddSnapshotToDomain < ActiveRecord::Migration
def change
add_column :domain_versions, :snapshot, :text
end
end