Skip to content

Commit

Permalink
[BE] FIX : prev_extension 가격 0원으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Z1Park committed Jun 11, 2024
1 parent 9189a3c commit 017d300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/database/cabi_local.sql
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ LOCK TABLES `item` WRITE;
/*!40000 ALTER TABLE `item`
DISABLE KEYS */;
INSERT INTO `item`
VALUES (1, -2000, 'EXTENSION_PREV', 'EXTENSION'),
VALUES (1, 0, 'EXTENSION_PREV', 'EXTENSION'),
(2, -2000, 'EXTENSION_31', 'EXTENSION'),
(3, -1200, 'EXTENSION_15', 'EXTENSION'),
(4, -300, 'EXTENSION_3', 'EXTENSION'),
Expand Down

0 comments on commit 017d300

Please sign in to comment.