Implement Tips Intervention
This commit is contained in:
7
db/migrate/20211114145024_create_tips_intervention.rb
Normal file
7
db/migrate/20211114145024_create_tips_intervention.rb
Normal file
@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class CreateTipsIntervention < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
Intervention.find_or_create_by(name: 'TipsIntervention')
|
||||
end
|
||||
end
|
@ -10,7 +10,7 @@
|
||||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 2021_06_02_071834) do
|
||||
ActiveRecord::Schema.define(version: 2021_11_14_145024) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "pg_trgm"
|
||||
|
Reference in New Issue
Block a user