aboutsummaryrefslogtreecommitdiff
path: root/db/data.sql
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-05-08 18:35:39 +0200
committerlonkaars <loek@pipeframe.xyz>2023-05-08 18:35:39 +0200
commit770658c8434d7b7c0e716b7e375c733e79dc4a88 (patch)
tree5c1b48cfd9fd5748f0cb7d95051b396e15867fb5 /db/data.sql
parentf3b582307cc3caf5ee0c7514d461e47fb5893bc7 (diff)
more website
Diffstat (limited to 'db/data.sql')
-rw-r--r--db/data.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/data.sql b/db/data.sql
index fb85463..d02fa61 100644
--- a/db/data.sql
+++ b/db/data.sql
@@ -12,8 +12,8 @@ insert into webs.product (`name`, `price`, `category`, `image`) values
("ハリネズミのハリー 第3巻", 5.99, 1, false),
("イジらないで、長瀞さん 第1巻", 5.49, 1, false),
("イジらないで、長瀞さん 第2巻", 5.49, 1, false),
- ("Kip", 9.95, 3, false),
- ("Kikker", 19.95, 3, false);
+ ("Kip", 9.95, 3, true),
+ ("Kikker", 19.95, 3, true);
update webs.product set description = "<ul><li>lekker sappig</li><li>zonder BTW</li></ul>" where id = 1;
update webs.product set description = "<ul><li>snel bruin</li><li>zonder BTW</li></ul>" where id = 2;