added custom ncs color (#450)

* added custom ncs color

* moved file
This commit is contained in:
Arwid Thornström
2025-01-07 14:34:01 +01:00
committed by GitHub
parent f91ba8bd94
commit 0e1b653517
+2
View File
@@ -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);