Updated CDL and CDL DB
This commit is contained in:
parent
4ab7b39980
commit
afcab93421
3 changed files with 3 additions and 3 deletions
|
@ -61,7 +61,7 @@ static const std::map<std::string, std::string> get_record_tmpl(db_templates::ty
|
|||
|
||||
void in_main() {
|
||||
// Initialise database client
|
||||
env.db = new Database(*env.aioc, get_table_tmpl, get_record_tmpl);
|
||||
env.db = new Database(get_table_tmpl, get_record_tmpl);
|
||||
}
|
||||
|
||||
void get_prefix(CChannel channel, std::function<void (const std::string&)> cb) {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit c0bef3da59d208d7d7379fbf86283dc610ffb787
|
||||
Subproject commit 1ffb9581d40547bee82e193691c3eedb84746347
|
|
@ -1 +1 @@
|
|||
Subproject commit 0232826f722e41924ab9a8b8eac288fdf5a13098
|
||||
Subproject commit ac425fd277f5e7c20951d102e391c229cbe499b8
|
Reference in a new issue