internetee-registry/db/migrate/20141010085152_add_snapshot_to_domain.rb
2021-04-26 18:54:26 +05:00

5 lines
130 B
Ruby

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