Bug 11957: reomve disused sample_only_param_tables.sql
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 19 Mar 2014 12:11:52 +0000 (13:11 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 13 Jun 2014 13:03:32 +0000 (09:03 -0400)
commit2552db23c48fcfdacd8b551c8779ee6aa144ecc6
treebe044288f6336e5cd5fa2070b08f8979f81a68b1
parent98c6cea19781adae177b0281fb8e1c67e0d74540
Bug 11957: reomve disused sample_only_param_tables.sql

This sql file tries to insert data into nonexistent tables.
It is useless and can be removed.

Test plan:
  git grep sample_only_param_tables
should not return any result.

NOTE: This is basically a git rm. Simple patch.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
File is not used by the installers and it wouldn't work
with today's Koha for trying to insert data into non-existant
tables and tables with different structure.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 9c7f137f5e518187f0b3a0fd3b3e55b75d07e362)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit a9a15f38f5b3caedea1f1034be00c5ba05768b43)
installer/data/mysql/sample_only_param_tables.sql [deleted file]