Add copyright notice
Some checks failed
Add copyright notice / copyright_notice (pull_request) Failing after 48s
Check usage of free licenses / check-licenses (pull_request) Failing after 46s
Build Nginx-based docker image / build-static-assets (pull_request) Failing after 48s
Run unit tests / unit_tests (pull_request) Successful in 4m9s
Some checks failed
Add copyright notice / copyright_notice (pull_request) Failing after 48s
Check usage of free licenses / check-licenses (pull_request) Failing after 46s
Build Nginx-based docker image / build-static-assets (pull_request) Failing after 48s
Run unit tests / unit_tests (pull_request) Successful in 4m9s
This commit is contained in:
parent
356e799c68
commit
7aaa671bbf
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 Manuel Bustillo
|
||||||
|
|
||||||
class EnablePgStatStatements < ActiveRecord::Migration[8.0]
|
class EnablePgStatStatements < ActiveRecord::Migration[8.0]
|
||||||
def change
|
def change
|
||||||
enable_extension 'pg_stat_statements'
|
enable_extension 'pg_stat_statements'
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 Manuel Bustillo
|
||||||
|
|
||||||
class CreatePgheroStatsTables < ActiveRecord::Migration[8.0]
|
class CreatePgheroStatsTables < ActiveRecord::Migration[8.0]
|
||||||
def up
|
def up
|
||||||
execute <<~SQL
|
execute <<~SQL
|
||||||
|
2
db/schema.rb
generated
2
db/schema.rb
generated
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 Manuel Bustillo
|
||||||
|
|
||||||
# This file is auto-generated from the current state of the database. Instead
|
# 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
|
# of editing this file, please use the migrations feature of Active Record to
|
||||||
# incrementally modify your database, and then regenerate this schema definition.
|
# incrementally modify your database, and then regenerate this schema definition.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user