Skip to content

Commit

Permalink
Fix: tags_uuid -> tag_uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
bin-pro committed Jul 6, 2024
1 parent c7ae9cb commit a270ab7
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,6 +1,6 @@
-- "따뜻한", "부드러운", "평화로운", "차가운", "세련된" 태그 삽입
-- 태그 전체 삽입
INSERT INTO tags (tags_uuid, name) VALUES
INSERT INTO tags (tag_uuid, name) VALUES
(UNHEX(REPLACE('d20e2654-3c4a-4ebe-b1c9-5695ac2a6207', '-', '')), '따뜻한'),
(UNHEX(REPLACE('fe96c294-b5f3-425e-a6de-8cc1b13beb5a', '-', '')), '부드러운'),
(UNHEX(REPLACE('118ccbfb-8caf-498b-913a-16a315b3a859', '-', '')), '평화로운'),
Expand Down

0 comments on commit a270ab7

Please sign in to comment.