9 Jun
2020
9 Jun
'20
7:51 a.m.
On Jun 9, 2020, at 5:42 AM, Jiří Hromádka <hrom.jiri@gmail.com> wrote:
what is proper way to edit SQL queries in mods-config/sql/main/{dialect}/queries.conf to make them „update persistent“?
Installing a package does not over-write existing configuration files.
Is direct editing queries.conf ok, or should I create new file which overrides just some queries I need to change and include it?
You can edit the file directly. I would also suggest using a revision control system, like "git" to track changes over time. An added benefit of revision contol is to keep local backups. Alan DeKok.