Skip to content

Commit

Permalink
modify : temporary.sql 주석 수정 (Fastcampus-Final-Team3#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
miyounlee committed Oct 19, 2023
1 parent 56dbc19 commit e1bb467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/db/temporary.sql
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ VALUES ('변백현', '[email protected]', '$2a$10$RdYW3w/9DZ/hU.Nklx1RyOy5RC7yNqQk
('박다은', '[email protected]', '$2a$10$RdYW3w/9DZ/hU.Nklx1RyOy5RC7yNqQk0JqIZXtw6HorY3Trkch86', '010-6789-2671', 'FREE', NOW(), NOW(), NULL),
('최수하', '[email protected]', '$2a$10$RdYW3w/9DZ/hU.Nklx1RyOy5RC7yNqQk0JqIZXtw6HorY3Trkch86', '010-6890-3782', 'FREE', NOW(), NOW(), NULL),
('김지하', '[email protected]', '$2a$10$RdYW3w/9DZ/hU.Nklx1RyOy5RC7yNqQk0JqIZXtw6HorY3Trkch86', '010-6901-4893', 'FREE', NOW(), NOW(), NULL);
// password : abcd1234@
-- password : abcd1234@

INSERT INTO add_space (space_title, space_type, representative_name, member_id, created_at, updated_at, deleted_at)
VALUES ('변백현', 'PERSONAL','변백현', 1, NOW(), NOW(), NULL),
Expand Down

0 comments on commit e1bb467

Please sign in to comment.