Skip to content

Commit

Permalink
Docs: Update db
Browse files Browse the repository at this point in the history
  • Loading branch information
saeyeonn committed May 31, 2024
1 parent 8c35d34 commit 645a7ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified pure_plate/db.sqlite3
Binary file not shown.
1 change: 1 addition & 0 deletions pure_plate/debug.log
Original file line number Diff line number Diff line change
Expand Up @@ -49321,3 +49321,4 @@ File /Users/saeyeonn/Desktop/pureplate/venv/lib/python3.9/site-packages/django/d
File /Users/saeyeonn/Desktop/pureplate/pure_plate/review/migrations/0001_initial.py first seen with mtime 1716889139.6662014
File /Users/saeyeonn/Desktop/pureplate/venv/lib/python3.9/site-packages/django/contrib/messages/middleware.py first seen with mtime 1716016583.1925433
File /Users/saeyeonn/Desktop/pureplate/venv/lib/python3.9/site-packages/django/core/cache/backends/locmem.py first seen with mtime 1716016583.3222735
(0.002) INSERT INTO "restaurant_restaurant" ("name", "address", "latitude", "longitude", "time", "photo", "phone", "review_count", "avg_rating", "vegan", "halal", "gluten_free", "lacto_free") VALUES ('Example Restaurant', '123 Example St', '37.77490000', '-122.41940000', '10:00 AM - 10:00 PM', 'example_photo.jpg', '123-456-7890', 10, '4.50', 1, 1, 0, 1) RETURNING "restaurant_restaurant"."id"; args=('Example Restaurant', '123 Example St', '37.77490000', '-122.41940000', '10:00 AM - 10:00 PM', 'example_photo.jpg', '123-456-7890', 10, '4.50', True, True, False, True); alias=default

0 comments on commit 645a7ed

Please sign in to comment.