about summary refs log tree commit diff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-12-06 23:38:03 +0100
committerGitHub <noreply@github.com>2022-12-06 23:38:03 +0100
commit66a70ebb6e64c97dd9e0b2ffaeaa33aad3a28beb (patch)
tree2f3aaccfc27e830681bcd6917d5c664dbf1ac1f1 /db/schema.rb
parent05d4c50f64af33a7e3ec6d724a21ab8d0eeb17fa (diff)
Fix pre-4.0 admin action logs (#22091)
* Fix BackfillAdminActionLogs post-deployment migration

* Improve migration tests

* Backfill admin action logs again
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 09d07fcca..704cef122 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_11_04_133904) do
+ActiveRecord::Schema.define(version: 2022_12_06_114142) do
 
   # These are extensions that must be enabled in order to support this database
   enable_extension "plpgsql"