From d1add9ef84fe828a5c1b0558099072aa0c609d1d Mon Sep 17 00:00:00 2001 From: vicent Date: Fri, 26 Nov 2021 13:16:44 +0100 Subject: [PATCH] sql changes --- .../10390-constitution/00-department.sql | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 db/changes/10390-constitution/00-department.sql diff --git a/db/changes/10390-constitution/00-department.sql b/db/changes/10390-constitution/00-department.sql new file mode 100644 index 0000000000..e882296ad3 --- /dev/null +++ b/db/changes/10390-constitution/00-department.sql @@ -0,0 +1,33 @@ +UPDATE vn.department + SET notificationEmail='direccioncomercial@verdnatura.es' + WHERE id=96; +UPDATE vn.department + SET notificationEmail='direccioncomercial@verdnatura.es' + WHERE id=95; +UPDATE vn.department + SET notificationEmail='direccioncomercial@verdnatura.es' + WHERE id=115; +UPDATE vn.department + SET notificationEmail='direccioncomercial@verdnatura.es' + WHERE id=123; +UPDATE vn.department + SET notificationEmail='direccioncomercial@verdnatura.es' + WHERE id=94; +UPDATE vn.department + SET notificationEmail='direccioncomercial@verdnatura.es' + WHERE id=101; +UPDATE vn.department + SET notificationEmail='direccioncomercial@verdnatura.es' + WHERE id=80; +UPDATE vn.department + SET notificationEmail='direccioncomercial@verdnatura.es' + WHERE id=125; +UPDATE vn.department + SET notificationEmail='direccioncomercial@verdnatura.es' + WHERE id=98; +UPDATE vn.department + SET notificationEmail='direccioncomercial@verdnatura.es' + WHERE id=92; +UPDATE vn.department + SET notificationEmail='' + WHERE id=43; \ No newline at end of file