Provide small MySQL schema for unit tests
commite1e0aef484055fd483a31d88da43882b58844b32
authorSébastien Santoro <dereckson@espace-win.org>
Fri, 11 Feb 2022 00:49:57 +0000 (11 01:49 +0100)
committerSébastien Santoro <dereckson@espace-win.org>
Fri, 11 Feb 2022 00:52:02 +0000 (11 01:52 +0100)
tree380525ad0eb1468231e3933bb1278a5d424bb647
parente3b1769ac8eae08ff244ac7d1bde629d137c4a30
Provide small MySQL schema for unit tests

Test Plan:
Drop database, then recreate it with
`mysql < tests/data/mysql.sql`.

Tests still work.

Reviewers: dereckson

Reviewed By: dereckson

Differential Revision: https://devcentral.nasqueron.org/D2512
tests/data/mysql.sql [new file with mode: 0644]