[2020-10-20 14:41:58.197] WARNING[18111]: res_odbc.c:538 ast_odbc_print_errors: SQL Prepare returned an error: 42S22: [ma-3.0.3][10.3.23-MariaDB-0+deb10u1-log]Unknown column ‘generator_data’ in ‘field list’
[2020-10-20 14:41:58.197] WARNING[18111]: res_config_odbc.c:122 custom_prepare: SQL Prepare failed! [INSERT INTO ps_subscription_persistence (id, src_port, expires, transport_key, cseq, prune_on_boot, endpoint, generator_data, packet, src_name, local_name, tag, contact_uri, local_port) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)]
The field generator_data doesn’t exist in the database table ps_subscription_persistence.
I have looked in contrib/ast-db-manage/config/versions and it appears this field is never created by alembic.
Harley