From 3d06bad1c292ddef53dc384f96bbef7e1cd3725d Mon Sep 17 00:00:00 2001 From: Falko Timme <ft@falkotimme.com> Date: Fri, 09 Jan 2015 10:32:32 -0500 Subject: [PATCH] - Made sure SQL backups from servers that differ from the server where the website is on can be restored. A download of the backup is not possible in such a case, therefore I hide the "Download" button. --- install/sql/incremental/upd_0041.sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install/sql/incremental/upd_0041.sql b/install/sql/incremental/upd_0041.sql index ba8ee64..47f5fdf 100644 --- a/install/sql/incremental/upd_0041.sql +++ b/install/sql/incremental/upd_0041.sql @@ -1,4 +1,4 @@ - + -- Add bank account owner ALTER TABLE `client` ADD `bank_account_owner` varchar(255) DEFAULT NULL AFTER `notes`; -- Gitblit v1.9.1