fixed backend test compilation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user