mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-16 01:54:34 +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…
Add table
Reference in a new issue