database changes in TC6
Hi,
We used to query the database using the project name which was in a table called "projects" in version 5.1.3. I see in version 6 the database tables have changed, where would this information live now? Is there a database mapping documented somewhere from what changed in TC6?
Thanks,
Jay
Please sign in to leave a comment.
We stopped using this table in TeamCity that is why it was dropped. Another point is that we do not consider our database schema as a part of TeamCity open API. Database schema changes from version to version and usually we are not preserving backward compatibility.
As a workaround you can extract information about projects and build configurations from the project-config.xml files under the .BuildServer/config directory.