Basic archiving overhaul

This commit is contained in:
Andres Keskküla 2014-10-15 10:35:56 +03:00
parent 19846a3abf
commit 3b1e21d6eb
12 changed files with 260 additions and 30 deletions

View file

@ -0,0 +1,5 @@
class AddSnapshotToDomain < ActiveRecord::Migration
def change
add_column :domain_versions, :snapshot, :text
end
end