Skip to content

Commit

Permalink
fix: update schema with latest commit
Browse files Browse the repository at this point in the history
  • Loading branch information
macite committed Sep 21, 2024
1 parent 6e2926f commit 0f1992b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f1992b

Please sign in to comment.