From cd0b4159dd60baef4fb0b367c4bff7b45688b81f Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Fri, 3 Jul 2026 00:30:39 +0000 Subject: [PATCH] Drop PANTGRUNTS_VIEW insert trigger on rebuild --- .../lib/triggers/drop/pantgrunts_view.m4 | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 db/schemas/lib/triggers/drop/pantgrunts_view.m4 diff --git a/db/schemas/lib/triggers/drop/pantgrunts_view.m4 b/db/schemas/lib/triggers/drop/pantgrunts_view.m4 new file mode 100644 index 0000000..e1cfe0f --- /dev/null +++ b/db/schemas/lib/triggers/drop/pantgrunts_view.m4 @@ -0,0 +1,25 @@ +dnl Copyright (C) 2026 The Meme Factory, Inc. http://www.karlpinc.com/ +dnl +dnl This program is free software: you can redistribute it and/or modify +dnl it under the terms of the GNU Affero General Public License as published by +dnl the Free Software Foundation, either version 3 of the License, or +dnl (at your option) any later version. +dnl +dnl This program is distributed in the hope that it will be useful, +dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +dnl GNU Affero General Public License for more details. +dnl +dnl You should have received a copy of the GNU Affero General Public License +dnl along with this program. If not, see . +dnl +dnl Drop triggers for pantgrunts_view view +dnl +dnl Karl O. Pinc + +dnl m4 includes +include(`copyright.m4')dnl + +DROP FUNCTION IF EXISTS pantgrunts_view_insert_func() CASCADE; +DROP FUNCTION IF EXISTS pantgrunts_view_update_func() CASCADE; +DROP FUNCTION IF EXISTS pantgrunts_view_delete_func CASCADE; -- 2.34.1