[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 03/10: QCODE : remove trigger update on jrnx
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 03/10: QCODE : remove trigger update on jrnx |
Date: |
Sun, 25 Feb 2024 13:17:47 -0500 (EST) |
sparkyx pushed a commit to branch devel
in repository noalyss.
commit b5213f3308d1776fbaaa2b625ad5b316af4826cc
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Mon Feb 19 16:33:40 2024 +0100
QCODE : remove trigger update on jrnx
---
sql/reverse.sql | 2 ++
sql/upgrade.sql | 1 +
2 files changed, 3 insertions(+)
diff --git a/sql/reverse.sql b/sql/reverse.sql
index 8b1378917..351d24900 100644
--- a/sql/reverse.sql
+++ b/sql/reverse.sql
@@ -1 +1,3 @@
+create trigger t_jrnx_upd before update on
+ public.jrnx for each row execute function jrnx_ins();
\ No newline at end of file
diff --git a/sql/upgrade.sql b/sql/upgrade.sql
index e69de29bb..0e7d7a6d5 100644
--- a/sql/upgrade.sql
+++ b/sql/upgrade.sql
@@ -0,0 +1 @@
+DROP TRIGGER t_jrnx_upd ON public.jrnx;
- [Noalyss-commit] [noalyss] branch devel updated (910ae8b9f -> 39eb388b0), dwm, 2024/02/25
- [Noalyss-commit] [noalyss] 02/10: If card already used in accountancy, cannot changed the quickcode, dwm, 2024/02/25
- [Noalyss-commit] [noalyss] 06/10: Bug : verification ne fonctionne pas avec MY_REPORT=N, dwm, 2024/02/25
- [Noalyss-commit] [noalyss] 05/10: FOLLOWUP : change destinataire et concerne, supprime filtre sur "concerne", dwm, 2024/02/25
- [Noalyss-commit] [noalyss] 08/10: Code Improve : Extension , Fix : php8.1, dwm, 2024/02/25
- [Noalyss-commit] [noalyss] 07/10: Saved search for accountancy replace filter by "Saved search", dwm, 2024/02/25
- [Noalyss-commit] [noalyss] 01/10: PHP8.1 compatibility, dwm, 2024/02/25
- [Noalyss-commit] [noalyss] 09/10: Merge, dwm, 2024/02/25
- [Noalyss-commit] [noalyss] 10/10: Follow-Up : list with a filter, dwm, 2024/02/25
- [Noalyss-commit] [noalyss] 03/10: QCODE : remove trigger update on jrnx,
dwm <=
- [Noalyss-commit] [noalyss] 04/10: PHP8.1 compatibility, dwm, 2024/02/25