From d12a522a07bb60bdc90262d369247f45f8ee367d Mon Sep 17 00:00:00 2001 From: silverqx Date: Mon, 11 Nov 2024 14:30:25 +0100 Subject: [PATCH] schema removed unused struct --- include/orm/schema/schematypes.hpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/orm/schema/schematypes.hpp b/include/orm/schema/schematypes.hpp index eb8d3d55c..d232507ae 100644 --- a/include/orm/schema/schematypes.hpp +++ b/include/orm/schema/schematypes.hpp @@ -70,13 +70,6 @@ namespace Orm::SchemaNs Computed, // SqlServer only }; - /*! Auto increment value for a column. */ - struct AutoIncrementColumnValue - { - QString columnName; - std::optional value; - }; - /* Common for the invokeCompileMethod() related methods */ /*! Concept for a member function. */