diff --git a/src/main/resources/data.sql b/src/main/resources/data.sql index 20e25ba..527e5cb 100644 --- a/src/main/resources/data.sql +++ b/src/main/resources/data.sql @@ -1 +1 @@ -INSERT INTO test_db.user (user_id, password, phone_number) VALUES (1, 'password', '010-0000-0000'); \ No newline at end of file +INSERT INTO soullive.user (user_id, password, phone_number) VALUES (1, 'password', '010-0000-0000'); \ No newline at end of file