Skip to content

Commit

Permalink
fix: #16 soullive 로 db 연결
Browse files Browse the repository at this point in the history
  • Loading branch information
sominyun committed Mar 5, 2024
1 parent 2a378bd commit cfe771a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/data.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
INSERT INTO test_db.user (user_id, password, phone_number) VALUES (1, 'password', '010-0000-0000');
INSERT INTO soullive.user (user_id, password, phone_number) VALUES (1, 'password', '010-0000-0000');

0 comments on commit cfe771a

Please sign in to comment.