-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
13 additions
and
1 deletion.
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
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 |
---|---|---|
|
@@ -4,6 +4,17 @@ | |
INSERT INTO users (id_user, identification_strategy, email, password_hash, first_name, last_name) VALUES | ||
('0ce39030-2901-4c56-8db0-5e326182ec6b', 'b2c','[email protected]', '$2b$10$Nxcp3x0yDaCrMrhZQ6IiNeqk0BxxDTnfn9iGG2UK5nWMh/UB6LgZu', 'Audrey', 'Aubry'); | ||
|
||
DO $$ | ||
DECLARE | ||
user_id UUID; | ||
BEGIN | ||
SELECT id_user INTO user_id FROM users WHERE email = '[email protected]'; | ||
INSERT INTO projects (id_project, name, id_organization, sync_mode, id_user) VALUES | ||
('1e468c15-aa57-4448-aa2b-7fed640d1e3d', 'Project 1', 'pool', user_id), | ||
('4c641a21-a7f8-4ffe-b7e8-e7d32db87557', 'Project 2', 'pool', user_id), | ||
('2b198012-c79c-4bb6-971e-9635830e8c15', 'Project 3', 'pool', user_id); | ||
END $$; | ||
|
||
-- DO $$ | ||
-- DECLARE | ||
--org_id UUID; | ||
|
Binary file added
BIN
+846 KB
...-0/arm64/11.3.244.8-node.19/zSusrzSlocalzSlibzSnode_moduleszScorepackzSdistzSpnpm.js.BLOB
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...e-0/arm64/11.3.244.8-node.19/zSusrzSlocalzSlibzSnode_moduleszScorepackzSdistzSpnpm.js.MAP
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
fea63d9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
panora-client-ts – ./
panora-client-ts-git-main-rflihxyzs-projects.vercel.app
panora-client-ts-rflihxyzs-projects.vercel.app
app.panora.dev