first cut of kmig-stage, and tweak kmig-link to allow linking to non-existent parent...
[migration-tools.git] / kmig.d / sql / init / 001-koha-staging-tables.sql
1 CREATE TABLE m_borrowers LIKE borrowers;
2 CREATE TABLE m_items LIKE items;