miconda left a comment (kamailio/kamailio#4339)
Also, the database table structures have to be defined in xml format inside `src/lib/srdb1/schema/`, the sql files are generated from them (with `make dbschema`). The names of the tables should be prefixed with the name of the module (or a prefix that suggests the module name), like `tls_tracker_connections` and `tls_tracker_keys` (or `tlstrack_connections` `tlstrack_keys`).