mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Basic archiving overhaul
This commit is contained in:
parent
19846a3abf
commit
3b1e21d6eb
12 changed files with 260 additions and 30 deletions
5
db/migrate/20141010085152_add_snapshot_to_domain.rb
Normal file
5
db/migrate/20141010085152_add_snapshot_to_domain.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddSnapshotToDomain < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :domain_versions, :snapshot, :text
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue