taylor@MacBook-Pro-7 ~ % mysql -h"timsehn-test-pushes.dbs.hosted.doltdb.com" -u"fu834f6xtsrorpc0" -p"xFtNkGpfjQy5DML3Pz85bP1QT2p91AzQ"
mysql: [Warning] Using a password on the command line interface can be insecure.
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 3768
Server version: 8.0.33 Dolt
Copyright (c) 2000, 2025, Oracle and/or its affiliates.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> use `test-push/main`;
Database changed
mysql> select * from dolt_ignore;
ERROR 1105 (HY000): table has unknown fields
This manifests in the workbench UI.
Repro
This manifests in the workbench UI.