From 8b626efa6cbe1167eb096c8f42b455c30aded655 Mon Sep 17 00:00:00 2001 From: Xavier ARBEZ <16793813+xavyeah39@users.noreply.github.com> Date: Sun, 7 Apr 2024 17:09:24 +0200 Subject: [PATCH] Add id_observatory in example data --- db/install_resources/sql/oppdb.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/install_resources/sql/oppdb.sql b/db/install_resources/sql/oppdb.sql index 5b202e37..226257da 100644 --- a/db/install_resources/sql/oppdb.sql +++ b/db/install_resources/sql/oppdb.sql @@ -325,8 +325,8 @@ Après la vidange, les sédiments déposés au fond de la cuvette sont alors app ', NULL, 2060, 'oppv-005-notice.pdf', true, '0101000020E6100000662FDB4E5B431B402026E1421EB74640', '73071', 'Lac asséché de la Glière, avec de gauche à droite : l''Aiguille Noire et le Col de la Croix des Frettes ', '005', 1); -INSERT INTO geopaysages.t_photo (id_site, path_file_photo, id_role, date_photo, filter_date, legende_photo, display_gal_photo, id_licence_photo) VALUES ( 1, 'oppv-005-00-2006.jpg', 1, NULL, '2006-09-28', NULL, true, 1); -INSERT INTO geopaysages.t_photo (id_site, path_file_photo, id_role, date_photo, filter_date, legende_photo, display_gal_photo, id_licence_photo) VALUES ( 1, 'oppv-005-03-2014.jpg', 1, '29/09/2014', '2014-09-29', NULL, true, 1); +INSERT INTO geopaysages.t_photo (id_site, path_file_photo, id_role, date_photo, filter_date, legende_photo, display_gal_photo, id_licence_photo, id_observatory) VALUES ( 1, 'oppv-005-00-2006.jpg', 1, NULL, '2006-09-28', NULL, true, 1, 1); +INSERT INTO geopaysages.t_photo (id_site, path_file_photo, id_role, date_photo, filter_date, legende_photo, display_gal_photo, id_licence_photo, id_observatory) VALUES ( 1, 'oppv-005-03-2014.jpg', 1, '29/09/2014', '2014-09-29', NULL, true, 1, 1); INSERT INTO geopaysages.cor_site_stheme_theme (id_site, id_stheme_theme) VALUES (1, 1);