LP#
1521693 Sqitch instances for schema and concerto data
* Creates a new sqitch instance under Open-ILS/src/sql/schema/ for
deploying the base Evergreen schema.
* Creates a new sqitch instance under Open-ILS/src/sql/test-data for
deploying the sample (concerto) data set.
All SQL changes up through 0980 are represented in the base
schema file. Any schema changes beyond that are represented
with individual deployment files, pending the next reification.
Signed-off-by: Bill Erickson <berickxx@gmail.com>