You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我一直都是用的mysql数据库,在部署这个项目时我直接把硬编码在docker-compose.yml 中的数据库改为 mysql
在尝试了许多遍后我发现FastbuildAI就根本不是为 mysql 设计的
希望在官方文档中增加一下说明这个项目只能使用 PostgreSQL 数据库,不可以使用 mysql 数据库。