From 1f806cd9b9b109a46e6566075066c1cfd5019ff1 Mon Sep 17 00:00:00 2001 From: Carlo Beltrame Date: Sat, 13 Apr 2024 16:19:47 +0200 Subject: [PATCH] Set mealtimes to no numbering in prod seeds Follow-up from #4811 This does not change anything in the production database. It's just a desperate attempt to not let the prod seeds and prod camp templates drift apart. --- api/migrations/prod-data/data.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/migrations/prod-data/data.sql b/api/migrations/prod-data/data.sql index 19602e1cdb..af9e6442f6 100644 --- a/api/migrations/prod-data/data.sql +++ b/api/migrations/prod-data/data.sql @@ -81,13 +81,13 @@ INSERT INTO public.content_node (id, slot, "position", instancename, createtime, INSERT INTO public.category (id, categoryprototypeid, short, name, color, numberingstyle, campid, rootcontentnodeid, createtime, updatetime) VALUES ('9adf1b7753eb', NULL, 'LS', 'Lagersport', '#4DBB52', '1', '75b3572a338e', '5f578b4a7fae', '2022-10-08 20:15:22', '2022-10-08 20:15:22'), ('9a8a15bf5b9d', NULL, 'LP', 'Lagerprogramm', '#90B7E4', '1', '75b3572a338e', '41bcdd2d75d2', '2022-10-08 20:16:51', '2022-10-08 20:16:51'), - ('a0af9dd993d9', NULL, 'ES', 'Essen', '#BBBBBB', '1', '75b3572a338e', '7b41e3aff0e5', '2022-10-08 20:17:17', '2022-10-08 20:30:49'), - ('3236c849e99d', NULL, 'R', 'Repas', '#BBBBBB', '1', '497f974e7d5d', '6403c48b0a2e', '2022-10-08 20:43:44', '2022-10-08 20:43:44'), + ('a0af9dd993d9', NULL, 'ES', 'Essen', '#BBBBBB', '-', '75b3572a338e', '7b41e3aff0e5', '2022-10-08 20:17:17', '2022-10-08 20:30:49'), + ('3236c849e99d', NULL, 'R', 'Repas', '#BBBBBB', '-', '497f974e7d5d', '6403c48b0a2e', '2022-10-08 20:43:44', '2022-10-08 20:43:44'), ('37a96aafb9f1', NULL, 'SC', 'Sport de camp', '#4DBB52', '1', '497f974e7d5d', 'c29aa1fbad8f', '2022-10-08 20:44:40', '2022-10-08 20:44:40'), ('b85ba544838b', NULL, 'AC', 'Activités de camp', '#FF9800', '1', '497f974e7d5d', '33d8cac7c219', '2022-10-08 20:45:16', '2022-10-08 20:45:16'), ('b41d284199c2', NULL, 'LA', 'Lageraktivität', '#FF9800', '1', '75b3572a338e', '195c74ab5a69', '2022-10-08 20:16:14', '2022-10-08 20:45:18'), ('6e1cc2c9d44d', NULL, 'PC', 'Programme de camp', '#90B7E4', '1', '497f974e7d5d', 'a5d09f5460c3', '2022-10-08 20:45:55', '2022-10-08 20:45:55'), - ('38a5dbcf9d5a', NULL, 'ES', 'Essen', '#BBBBBB', '1', 'f92fe1cd1ae9', '714413ea63dc', '2022-10-08 20:49:57', '2022-10-08 20:49:57'), + ('38a5dbcf9d5a', NULL, 'ES', 'Essen', '#BBBBBB', '-', 'f92fe1cd1ae9', '714413ea63dc', '2022-10-08 20:49:57', '2022-10-08 20:49:57'), ('e308f0eb1099', NULL, 'PR', 'Programm', '#90B7E4', '1', 'f92fe1cd1ae9', '12d742a2041b', '2022-10-08 20:50:30', '2022-10-08 20:50:30');