Bug 9809: Remove one more occurrence of reserveconstraints
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 25 Aug 2015 11:31:09 +0000 (12:31 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 26 Aug 2015 13:27:01 +0000 (10:27 -0300)
This file is not updated, but no need to keep on occurrence of an
nonexistent table in it.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
INSTALL.fedora7

index 465e706..b2a9fcd 100644 (file)
@@ -1173,7 +1173,6 @@ MySQL> show tables;
 | printers |
 | repeatable_holidays |
 | reports_dictionary |
-| reserveconstraints |
 | reserves |
 | reviews |
 | roadtype |
@@ -1197,7 +1196,7 @@ MySQL> show tables;
 | z3950servers |
 | zebraqueue |
 +----------------------------+
-94 rows in set (0.00 sec)
+93 rows in set (0.00 sec)
 
 mysql> quit
 ******************************************************************