enabled has many relations and removed obsolete namespaces
This commit is contained in:
@@ -16,8 +16,8 @@ namespace matador::test {
|
||||
|
||||
struct product {
|
||||
std::string product_name;
|
||||
object::object_ptr<test::supplier> supplier;
|
||||
object::object_ptr<test::category> category;
|
||||
object::object_ptr<supplier> supplier;
|
||||
object::object_ptr<category> category;
|
||||
std::string quantity_per_unit;
|
||||
unsigned int unit_price;
|
||||
unsigned int units_in_stock;
|
||||
|
||||
Reference in New Issue
Block a user