From 35c7b642ad0fb9b475b80de4b9165cfce071b207 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Sun, 10 Dec 2017 00:23:07 +0100 Subject: [PATCH] Remove underscore from maintenance script to match class Move maintenance script to own folder Without alias under old name, because it should not be run from cron. Change-Id: I64854b7ef65cd255aff279000ecc81d54155f548 --- ...te_scratch_token_format.php => updateScratchTokenFormat.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename maintenance/{update_scratch_token_format.php => updateScratchTokenFormat.php} (97%) diff --git a/maintenance/update_scratch_token_format.php b/maintenance/updateScratchTokenFormat.php similarity index 97% rename from maintenance/update_scratch_token_format.php rename to maintenance/updateScratchTokenFormat.php index 22e64f14..81b4ea2d 100644 --- a/maintenance/update_scratch_token_format.php +++ b/maintenance/updateScratchTokenFormat.php @@ -2,7 +2,7 @@ /** * Update scratch_token column format * - * Usage: php update_scratch_token_format.php + * Usage: php updateScratchTokenFormat.php * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by