fixed backend test compilation

This commit is contained in:
Sascha Kühl
2025-02-12 16:01:52 +01:00
parent 42acaf24ce
commit 5d41a592bb
36 changed files with 727 additions and 575 deletions
+1 -1
View File
@@ -21,8 +21,8 @@ public:
protected:
sql::connection db;
sql::schema schema;
std::stack <std::string> tables_to_drop;
object::schema schema;
private:
void drop_table_if_exists(const std::string &table_name) const;