diff options
author | Valentin Popov <info@valentineus.link> | 2019-04-28 16:54:09 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2019-04-28 16:54:09 +0300 |
commit | 6f6d50776c83b3af3a81f2d74e3a5ca3a5eef31c (patch) | |
tree | 04e0c0a10cdb3c13bc20668e8ad7e9101ebb0e74 /db | |
parent | 7ae31a6eee7c5625b8c654d4b1107c563c8d60fc (diff) | |
download | local_webhooks-6f6d50776c83b3af3a81f2d74e3a5ca3a5eef31c.tar.xz local_webhooks-6f6d50776c83b3af3a81f2d74e3a5ca3a5eef31c.zip |
Created a worked upgrade mechanism
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'db')
-rw-r--r-- | db/upgrade.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/db/upgrade.php b/db/upgrade.php index 5228610..872b470 100644 --- a/db/upgrade.php +++ b/db/upgrade.php @@ -1,19 +1,4 @@ <?php -// This file is part of Moodle - http://moodle.org -// -// Moodle is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Moodle 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 General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with Moodle. If not, see <http://www.gnu.org/licenses/>. - // This file is part of Moodle - http://moodle.org/ // // Moodle is free software: you can redistribute it and/or modify |