added alter table command to fluent query builder
This commit is contained in:
@@ -68,7 +68,7 @@ public:
|
||||
return bus_.subscribe<EventType>(handler);
|
||||
}
|
||||
|
||||
connection_pool& pool() const;
|
||||
[[nodiscard]] connection_pool& pool() const;
|
||||
|
||||
private:
|
||||
size_t max_size_{};
|
||||
|
||||
Reference in New Issue
Block a user