diff --git a/backend/prisma_test.session.sql b/backend/prisma_test.session.sql index b04938e..a964dda 100644 --- a/backend/prisma_test.session.sql +++ b/backend/prisma_test.session.sql @@ -1 +1,3 @@ -SELECT * FROM User; \ No newline at end of file +SELECT * FROM User; +SELECT * FROM profile; +SELECT * FROM post; \ No newline at end of file diff --git a/snapshots/postQueryDisplay.png b/snapshots/postQueryDisplay.png new file mode 100644 index 0000000..9c54abe Binary files /dev/null and b/snapshots/postQueryDisplay.png differ diff --git a/snapshots/profileQueryDisplay.png b/snapshots/profileQueryDisplay.png new file mode 100644 index 0000000..5815480 Binary files /dev/null and b/snapshots/profileQueryDisplay.png differ diff --git a/snapshots/user_SQL_QueryDisplay.png b/snapshots/user_SQL_QueryDisplay.png new file mode 100644 index 0000000..46f0ee7 Binary files /dev/null and b/snapshots/user_SQL_QueryDisplay.png differ