From a4532a246f0656d98faa3f3cea802e9b542486bd Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 19 Mar 2008 22:25:20 +0000 Subject: [PATCH] Handy script to manually run a single sql patch file, with all the necessary options expanded (prefix, charset, etc). Commands like 'php maintenance/patchSql.php updatelog category' --- maintenance/patchSql.php | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 maintenance/patchSql.php diff --git a/maintenance/patchSql.php b/maintenance/patchSql.php new file mode 100644 index 0000000000..9e2b5cacb9 --- /dev/null +++ b/maintenance/patchSql.php @@ -0,0 +1,32 @@ +