about summary refs log tree commit diff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-11-03 16:06:42 +0100
committerGitHub <noreply@github.com>2022-11-03 16:06:42 +0100
commit1dca08b76f25d15365127ded37202d783a50e298 (patch)
tree9056ca72d13de2f8b3ca33d9d473a13beb26d48f /db/schema.rb
parentcbb440bbc2de7c805f687c886b32ab7dbafde07f (diff)
Fix admin action logs page (#19649)
* Add tests

* Fix crash when trying to display orphaned action logs

* Add migration for older admin action logs
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index d7e40b133..12ec37c11 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.define(version: 2022_10_25_171544) do
+ActiveRecord::Schema.define(version: 2022_11_01_190723) do
 
   # These are extensions that must be enabled in order to support this database
   enable_extension "plpgsql"