diff --git a/backend/db/migrations/1.user.sql b/backend/db/migrations/1.user.sql index 6547848..11d2030 100644 --- a/backend/db/migrations/1.user.sql +++ b/backend/db/migrations/1.user.sql @@ -15,6 +15,10 @@ CREATE TABLE IF NOT EXISTS users ( INSERT INTO users (user_id, first_name, last_name, email, phone, address, profile_picture) VALUES + ('user1', 'John', 'Smith', 'john.smith@example.com', '123-456-7890', '123 Main St', NULL), + ('user2', 'Jane', 'Doe', 'jane.doe@example.com', '987-654-3210', '456 Elm St', NULL), + ('user3', 'Bob', 'Johnson', 'bob.johnson@example.com', NULL, NULL, NULL), + ('user4', 'Emily', 'Garcia', 'emily.garcia@example.com', '555-1212', '789 Oak Ave', NULL), -- Care-Wallet Team ('fIoFY26mJnYWH8sNdfuVoxpnVnr1', 'Matt', 'McCoy', 'mattcmccoy01@gmail.com', '', '', 'fIoFY26mJnYWH8sNdfuVoxpnVnr1-IMG_1384.jpeg'), ('JamnX6TZf0dt6juozMRzNG5LMQd2', 'Andy', 'Cap', 'caplan.and@northeastern.edu', '', '', 'JamnX6TZf0dt6juozMRzNG5LMQd2-IMG_0916.HEIC'), diff --git a/backend/db/migrations/4.label.sql b/backend/db/migrations/4.label.sql index 83f6e6c..b38be9b 100644 --- a/backend/db/migrations/4.label.sql +++ b/backend/db/migrations/4.label.sql @@ -37,21 +37,10 @@ VALUES (4, 4, 'Household'), (6, 5, 'Financial'), (7, 5, 'Appointments'), - (8, 1, 'Medication'), - (9, 2, 'Appointments'), - (10, 3, 'Financial'), - (11, 4, 'Household'), - (12, 5, 'Financial'), - (13, 5, 'Appointments'), - (14, 1, 'Medication'), - (15, 2, 'Appointments'), - (16, 3, 'Financial'), - (17, 4, 'Household'), - (18, 5, 'Financial'), - (19, 5, 'Appointments'), - (20, 3, 'Financial'), - (21, 4, 'Household'), - (22, 5, 'Financial'), - (23, 5, 'Appointments'), - (24, 5, 'Financial') + (12, 4, 'Household'), + (13, 5, 'Financial'), + (14, 5, 'Appointments'), + (15, 4, 'Household'), + (16, 5, 'Financial'), + (17, 5, 'Appointments') ; diff --git a/backend/db/simulation/4.label.sql b/backend/db/simulation/4.label.sql index 6c904a2..42177d0 100644 --- a/backend/db/simulation/4.label.sql +++ b/backend/db/simulation/4.label.sql @@ -32,5 +32,22 @@ VALUES (4, 5, 'Financial'), (5, 5, 'Appointments'), (6, 5, 'Financial'), - (7, 5, 'Appointments') + (7, 5, 'Appointments'), + (8, 1, 'Medication'), + (9, 2, 'Appointments'), + (10, 3, 'Financial'), + (11, 4, 'Household'), + (12, 5, 'Financial'), + (13, 5, 'Appointments'), + (14, 1, 'Medication'), + (15, 2, 'Appointments'), + (16, 3, 'Financial'), + (17, 4, 'Household'), + (18, 5, 'Financial'), + (19, 5, 'Appointments'), + (20, 3, 'Financial'), + (21, 4, 'Household'), + (22, 5, 'Financial'), + (23, 5, 'Appointments'), + (24, 5, 'Financial') ;