1 Mar
2017
1 Mar
'17
7:19 p.m.
On Wed, 01 Mar 2017 at 07:46:18, Mark Weiman wrote:
The existing aur-schema.sql file is specific to MySQL, this patch adds a second schema file for use to create sqlite3 testing databases.
Signed-off-by: Mark Weiman <mark.weiman@markzz.com> --- schema/aur-schema-sqlite.sql | 368 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 368 insertions(+) create mode 100644 schema/aur-schema-sqlite.sql [...]
This makes it a bit more cumbersome to update the schema since having two independent schema files means that every database layout amendment must be done twice. I suggest creating this automatically instead, like we already do in the test suite; see the patches which I will send to the list in a minute.