diff --git a/patches/patch20210621-5.0.0/drop_rules_table.sql b/patches/patch20210621-5.0.0/drop_rules_table.sql index cea43083a5da5e34d85345b8beaae43420052c11..48b7f04c9d3335900bf6434b8edafda5e263b295 100644 --- a/patches/patch20210621-5.0.0/drop_rules_table.sql +++ b/patches/patch20210621-5.0.0/drop_rules_table.sql @@ -1 +1,2 @@ +-- Table is no longer needed, jobs rules are now handled by the server alone. DROP TABLE IF EXISTS rules; diff --git a/patches/patch20210621-5.0.0/patch.sh b/patches/patch20210621-5.0.0/patch.sh index 1e9c53b23448aba9309f7cf21622427ff6267fdf..cdf0f8ed12be672210c854792b7484faa72278f5 100755 --- a/patches/patch20210621-5.0.0/patch.sh +++ b/patches/patch20210621-5.0.0/patch.sh @@ -2,10 +2,8 @@ # # This file is a part of the CaosDB Project. # -# Copyright (C) 2018 Research Group Biomedical Physics, -# Max-Planck-Institute for Dynamics and Self-Organization Göttingen -# Copyright (C) 2020-2021 IndiScale GmbH <info@indiscale.com> -# Copyright (C) 2020-2021 Timm Fitschen <t.fitschen@indiscale.com> +# Copyright (C) 2021 IndiScale GmbH <info@indiscale.com> +# Copyright (C) 2021 Timm Fitschen <t.fitschen@indiscale.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