Use _foreign_keys=1 instead of _fk=1
authorCyril Brulebois <cyril@debamax.com>
Fri, 8 Jan 2021 17:27:15 +0000 (17:27 +0000)
committerCyril Brulebois <cyril@debamax.com>
Mon, 15 Mar 2021 00:19:43 +0000 (00:19 +0000)
commit05dd01d125fcdd0679cba6b979917364d74b6a51
tree8e2617655011a493b3eddfe519c6098d26b1d52c
parent1993f6482f4045dfd5a40e90110950837ad7627d
Use _foreign_keys=1 instead of _fk=1

The _foreign_keys=1 syntax is widely supported but the _fk=1 alias for
it was only added in version 1.8.0 of the sqlite3 driver. Avoid using
the alias for the time being (the freeze is near).

Gbp-Pq: Name 0002-add-compatibility-for-older-sqlite-driver.patch
pkg/database/database.go