From 0f1992b8b5d778f23f096069da684c4c3c73a8d7 Mon Sep 17 00:00:00 2001 From: Andrew Cain Date: Sun, 22 Sep 2024 08:19:42 +1000 Subject: [PATCH] fix: update schema with latest commit --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index b7924c2dc..4bce79526 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[7.1].define(version: 2024_07_01_221318) do +ActiveRecord::Schema[7.1].define(version: 2024_09_20_052508) do create_table "activity_types", charset: "utf8", collation: "utf8_unicode_ci", force: :cascade do |t| t.string "name", null: false t.string "abbreviation", null: false