remove the migration-tools expectation for kmig
[migration-tools.git] / kmig.d / sql / init / 001-koha-staging-tables.sql
diff --git a/kmig.d/sql/init/001-koha-staging-tables.sql b/kmig.d/sql/init/001-koha-staging-tables.sql
new file mode 100644 (file)
index 0000000..76580d1
--- /dev/null
@@ -0,0 +1,2 @@
+CREATE TABLE m_borrowers LIKE borrowers;
+CREATE TABLE m_items LIKE items;