mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 17:55:55 +02:00
updated conditions
This commit is contained in:
parent
d72ebd1dc2
commit
461bdf272f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
class CreatePgheroQueryStats < ActiveRecord::Migration[6.1]
|
class CreatePgheroQueryStats < ActiveRecord::Migration[6.1]
|
||||||
def change
|
def change
|
||||||
if Rails.env.development?
|
unless Rails.env.production?
|
||||||
create_table :pghero_query_stats do |t|
|
create_table :pghero_query_stats do |t|
|
||||||
t.text :database
|
t.text :database
|
||||||
t.text :user
|
t.text :user
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue