mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +02:00
Restore versions
DB table and add learning tests
This commit is contained in:
parent
5c8e507b93
commit
647bf4c397
5 changed files with 84 additions and 8 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddObjectChangesToVersions < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :versions, :object_changes, :jsonb
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue