From ae39205a3974794ffc5d3538f5f6911ef971e366 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Mon, 29 Jan 2024 13:09:18 -0600 Subject: [PATCH] Cleanup after moving triggers into db/schemas/lib/ --- db/schemas/lookup/triggers/Makefile | 29 ---------------------------- db/schemas/sokwedb/triggers/Makefile | 28 --------------------------- 2 files changed, 57 deletions(-) delete mode 100644 db/schemas/lookup/triggers/Makefile delete mode 100644 db/schemas/sokwedb/triggers/Makefile diff --git a/db/schemas/lookup/triggers/Makefile b/db/schemas/lookup/triggers/Makefile deleted file mode 100644 index 98fa535..0000000 --- a/db/schemas/lookup/triggers/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright (C) 2023 The Meme Factory, Inc. http://www.karlpinc.com/ -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -# Makefile for triggers -# -# Karl O. Pinc - -# This determines the order in which the triggers are put into the database. -# This is not particuarly significant but must contain every trigger file. -ORDER := comm_ids \ - departtypes - -## -## CAUTION: This Makefile is not designed to be run directly. It is normally -## invoked by another Makefile. - -include ../../../../make_files/things.mk diff --git a/db/schemas/sokwedb/triggers/Makefile b/db/schemas/sokwedb/triggers/Makefile deleted file mode 100644 index db25fd8..0000000 --- a/db/schemas/sokwedb/triggers/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright (C) 2023 The Meme Factory, Inc. http://www.karlpinc.com/ -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -# Makefile for triggers -# -# Karl O. Pinc - -# This determines the order in which the triggers are put into the database. -# This is not particuarly significant but must contain every trigger file. -ORDER := biography comm_membs - -## -## CAUTION: This Makefile is not designed to be run directly. It is normally -## invoked by another Makefile. - -include ../../../../make_files/things.mk -- 2.34.1