From 40db183e3753486deaa43e950fff38579c5ced6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Fri, 16 Jun 2017 09:52:40 +0200 Subject: Using OptionalBool, add RecordHistoryOptional col into IrcChannelOptions table ref #3269 --- src/database/type_to_sql.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/database/type_to_sql.cpp') diff --git a/src/database/type_to_sql.cpp b/src/database/type_to_sql.cpp index 0b26185..bcd9daa 100644 --- a/src/database/type_to_sql.cpp +++ b/src/database/type_to_sql.cpp @@ -6,3 +6,4 @@ template <> const std::string TypeToSQLType::type = "INTEGER"; template <> const std::string TypeToSQLType::type = "INTEGER"; template <> const std::string TypeToSQLType::type = "INTEGER"; template <> const std::string TypeToSQLType::type = "TEXT"; +template <> const std::string TypeToSQLType::type = "INTEGER"; \ No newline at end of file -- cgit v1.2.3