From 0e1b6535171e2e4fe10b5062551d91049062fa30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arwid=20Thornstr=C3=B6m?= Date: Tue, 7 Jan 2025 14:34:01 +0100 Subject: [PATCH] added custom ncs color (#450) * added custom ncs color * moved file --- migrations/000.526.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 migrations/000.526.sql diff --git a/migrations/000.526.sql b/migrations/000.526.sql new file mode 100644 index 0000000..d612bdc --- /dev/null +++ b/migrations/000.526.sql @@ -0,0 +1,2 @@ +INSERT INTO paint (color, name, path, hex, article_number, paint_primer_id) VALUES ('custom-ncs', 'Custom NCS', 'custom-ncs', '#FFFFFF', 'e94310', 1); +INSERT INTO paint_card_samples (paint_id, stock) VALUES (30, 0);