mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 15:14:47 +02:00
Merge pull request #2225 from internetee/disable-pghero-migraiton-in-prod
disable pghero migration in prod
This commit is contained in:
commit
4e435b5999
1 changed files with 14 additions and 12 deletions
|
@ -1,5 +1,6 @@
|
|||
class CreatePgheroQueryStats < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
unless Rails.env.production?
|
||||
create_table :pghero_query_stats do |t|
|
||||
t.text :database
|
||||
t.text :user
|
||||
|
@ -12,4 +13,5 @@ class CreatePgheroQueryStats < ActiveRecord::Migration[6.1]
|
|||
|
||||
add_index :pghero_query_stats, [:database, :captured_at]
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue