-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: revert migrations folder changes
- Loading branch information
1 parent
442fbef
commit 7bf28b0
Showing
3 changed files
with
28 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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'), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters