mirror of
https://github.com/internetee/registry.git
synced 2025-06-05 04:07:33 +02:00
implement domain statuses restore after domain locked, added test
This commit is contained in:
parent
90cb154d15
commit
28a54d6612
6 changed files with 645 additions and 885 deletions
|
@ -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
|
1489
db/structure.sql
1489
db/structure.sql
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue