WIP: Include pghero in the local environment #219

Draft
bustikiller wants to merge 5 commits from pghero-docker into main
3 changed files with 6 additions and 0 deletions
Showing only changes of commit 7aaa671bbf - Show all commits

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
class EnablePgStatStatements < ActiveRecord::Migration[8.0]
def change
enable_extension 'pg_stat_statements'

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
class CreatePgheroStatsTables < ActiveRecord::Migration[8.0]
def up
execute <<~SQL

2
db/schema.rb generated
View File

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
# This file is auto-generated from the current state of the database. Instead
# of editing this file, please use the migrations feature of Active Record to
# incrementally modify your database, and then regenerate this schema definition.