Bug 22960: Fix the same typo on db level for existing and new installations
authorKatrin Fischer <katrin.fischer.83@web.de>
Mon, 27 May 2019 20:34:33 +0000 (20:34 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 4 Jun 2019 08:50:19 +0000 (09:50 +0100)
commit2b0347084ce8daa0a11ff4bdfd2e9f8442e65ffb
tree1d02e4a7728090543ccbf09dc3489a2c8cec3b6b
parentd5520510602c123d1ea8d7dc9a9d874995d200c3
Bug 22960: Fix the same typo on db level for existing and new installations

Seriously trying to kill the typo everywhere:
- Check your DB with a report:
  select * from systempreferences where variable = 'UpdateItemLocationOnCheckin';
- Verify the typo in the explanation column: locaiton
- Apply patch and run database update
- Verify the typo is fixed

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
installer/data/mysql/atomicupdate/bug_22960_fix_typo_in_syspref.perl [new file with mode: 0644]
installer/data/mysql/sysprefs.sql
installer/data/mysql/updatedatabase.pl