Abteilungen bei Ansprechpersonen in eigene Tabelle: DB-Upgrade und Rose
[kivitendo-erp.git] / SL / DB / ContactDepartment.pm
diff --git a/SL/DB/ContactDepartment.pm b/SL/DB/ContactDepartment.pm
new file mode 100644 (file)
index 0000000..a7645b1
--- /dev/null
@@ -0,0 +1,13 @@
+# This file has been auto-generated only because it didn't exist.
+# Feel free to modify it at will; it will not be overwritten automatically.
+
+package SL::DB::ContactDepartment;
+
+use strict;
+
+use SL::DB::MetaSetup::ContactDepartment;
+use SL::DB::Manager::ContactDepartment;
+
+__PACKAGE__->meta->initialize;
+
+1;