Skip to content

Commit

Permalink
Updates to Gemfile.lock and db/schema.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
julianguyen committed May 9, 2023
1 parent 3cb1f81 commit 61c7001
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ GEM
net-protocol
netrc (0.11.0)
nio4r (2.5.8)
nokogiri (1.14.3-aarch64-linux)
racc (~> 1.4)
nokogiri (1.14.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-darwin)
Expand Down Expand Up @@ -582,6 +584,7 @@ GEM
zeitwerk (2.6.7)

PLATFORMS
aarch64-linux
arm64-darwin-21
arm64-darwin-22
x86_64-darwin-20
Expand Down
2 changes: 1 addition & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
create_table "medications", force: :cascade do |t|
t.string "name"
t.integer "dosage"
t.datetime "refill", precision: nil
t.timestamptz "refill"
t.datetime "created_at", precision: nil
t.datetime "updated_at", precision: nil
t.integer "user_id"
Expand Down

0 comments on commit 61c7001

Please sign in to comment.