updated conditions

This commit is contained in:
olegphenomenon 2021-11-26 16:38:33 +02:00
parent d72ebd1dc2
commit 461bdf272f

View file

@ -1,6 +1,6 @@
class CreatePgheroQueryStats < ActiveRecord::Migration[6.1]
def change
if Rails.env.development?
unless Rails.env.production?
create_table :pghero_query_stats do |t|
t.text :database
t.text :user