summaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2023-07-02 11:14:22 +0200
committerGitHub <noreply@github.com>2023-07-02 11:14:22 +0200
commitba06a2f1044aa81a99eb5fc509611dbb1150d43d (patch)
tree07dc3dccc3937cbab435b2dc12f19236d12e51f8 /db
parent5b463454593e1aa3ab3d23446cdf57d606e933d5 (diff)
Revert "Rails 7 update" (#25667)
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 05db75215a7..dbd792a617c 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema[6.1].define(version: 2023_06_30_145300) do
+ActiveRecord::Schema.define(version: 2023_06_30_145300) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"