[Koha-bugs] [Bug 26947] kohastructure.sql should be updated for each release

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 18 17:09:08 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26947

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin.renvoize at ptfs-europe
                   |                            |.com

--- Comment #8 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Something along the line 'sed -r --in-place 's/,\s*-- (.*)$/ COMMENT "\1",/g;'
installer/data/mysql/kohastructure.sql' should be used before the first run of
this to capture our existing `, -- this is a comment` type comments and convert
them to `COMMENT 'this is a comment',` so we keep the data and it also gets
added to DBIC schemas as per the research undertaken by Victor:
https://wiki.koha-community.org/wiki/User:Victor_Grousset_-_tuxayo/Coding_Guidelines-SQL11-changes

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list