Manuel Bustillo
7aaa671bbf
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
8 lines
163 B
Ruby
8 lines
163 B
Ruby
# Copyright (C) 2024 Manuel Bustillo
|
|
|
|
class EnablePgStatStatements < ActiveRecord::Migration[8.0]
|
|
def change
|
|
enable_extension 'pg_stat_statements'
|
|
end
|
|
end
|