The schema file for ims modules are not in the `src/lib/srdb1/schema`, which is the right way to have corresponding sql files generated using `make dbschema`.
The solution here is to rename the default table name for the ims_dialog module. Likely it was expected not to be used in the same deployment with the dualog module, but it is better to use different default table names anyhow.