implement domain statuses restore after domain locked, added test

This commit is contained in:
Oleg Hasjanov 2021-04-05 15:36:24 +03:00
parent 90cb154d15
commit 28a54d6612
6 changed files with 645 additions and 885 deletions

View file

@ -0,0 +1,6 @@
class AddJsonStatusesHistoryFieldToDomain < ActiveRecord::Migration[6.0]
def change
add_column :domains, :json_statuses_history, :jsonb
add_index :domains, :json_statuses_history, using: :gin
end
end

File diff suppressed because it is too large Load diff