mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-25 01:03:18 +08:00
Fix status item migration [SCI-4251]
This commit is contained in:
parent
8c2b1e5037
commit
1c33885754
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class CreateRepositoryStatusItems < ActiveRecord::Migration[6.0]
|
|||
t.timestamps
|
||||
end
|
||||
|
||||
add_gin_index_without_tags :repository_status_items, :data
|
||||
add_gin_index_without_tags :repository_status_items, :status
|
||||
end
|
||||
|
||||
def down
|
||||
|
|
Loading…
Reference in a new issue