Skip to content

Commit

Permalink
schemaを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
omochiumaiumai committed Nov 20, 2023
1 parent 8d167a3 commit 6835aff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 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.define(version: 2023_10_01_031818) do
ActiveRecord::Schema.define(version: 2023_11_20_101451) do

# These are extensions that must be enabled in order to support this database
enable_extension "pgcrypto"
Expand Down Expand Up @@ -667,7 +667,6 @@
t.bigint "user_id", null: false
t.datetime "created_at", precision: 6, null: false
t.datetime "updated_at", precision: 6, null: false
t.boolean "unreplied", default: false, null: false
t.boolean "action_completed", default: true, null: false
t.index ["user_id"], name: "index_talks_on_user_id"
end
Expand Down

0 comments on commit 6835aff

Please sign in to comment.