remove the migration-tools expectation for kmig
[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;