diff options
Diffstat (limited to 'db/data.sql')
-rw-r--r-- | db/data.sql | 4 |
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; |