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);