From 2bb2d1f7436f8989342cc1b9b10631f577831dab Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Thu, 25 Sep 2014 11:51:51 +0200 Subject: [PATCH] Moved upgrade.php to scripts/ --- gruntfile.js | 2 +- upgrade.php => scripts/upgrade.php | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) rename upgrade.php => scripts/upgrade.php (51%) diff --git a/gruntfile.js b/gruntfile.js index 02df8995..4247b77b 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -83,7 +83,7 @@ module.exports = function(grunt) { }, upgrade: { - command: 'php upgrade.php', + command: 'php scripts/upgrade.php', }, }, diff --git a/upgrade.php b/scripts/upgrade.php similarity index 51% rename from upgrade.php rename to scripts/upgrade.php index fd3ac130..89a20d64 100644 --- a/upgrade.php +++ b/scripts/upgrade.php @@ -1,5 +1,8 @@ runUpgradesVerbose();