Skip to content

Commit

Permalink
refactor: revert migrations folder changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MattCMcCoy committed Apr 18, 2024
1 parent 442fbef commit 7bf28b0
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 18 deletions.
4 changes: 4 additions & 0 deletions backend/db/migrations/1.user.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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', '[email protected]', '123-456-7890', '123 Main St', NULL),
('user2', 'Jane', 'Doe', '[email protected]', '987-654-3210', '456 Elm St', NULL),
('user3', 'Bob', 'Johnson', '[email protected]', NULL, NULL, NULL),
('user4', 'Emily', 'Garcia', '[email protected]', '555-1212', '789 Oak Ave', NULL),
-- Care-Wallet Team
('fIoFY26mJnYWH8sNdfuVoxpnVnr1', 'Matt', 'McCoy', '[email protected]', '', '', 'fIoFY26mJnYWH8sNdfuVoxpnVnr1-IMG_1384.jpeg'),
('JamnX6TZf0dt6juozMRzNG5LMQd2', 'Andy', 'Cap', '[email protected]', '', '', 'JamnX6TZf0dt6juozMRzNG5LMQd2-IMG_0916.HEIC'),
Expand Down
23 changes: 6 additions & 17 deletions backend/db/migrations/4.label.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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')
;
19 changes: 18 additions & 1 deletion backend/db/simulation/4.label.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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')
;

0 comments on commit 7bf28b0

Please sign in to comment.