dbo.default_build_parameters
Answered
Hello.
In 9x version of teamcity table dbo.default_build_parameters filled with values. After update, i figured out, that it is not used anymore.
Question: Whether the table is used with a different name for this? Or database structure has been changed?
Please sign in to leave a comment.
Hello,
The default_build_parameters table is not used since TeamCity 10 version. Now build parameters values are stored in file as hidden build artifacts.
Did you use this table somehow?
Да, я использовал эту таблицу. Забирал из неё default значения параметров, при условии, что в user_build_parameters их не было. Пришлось изменять механизм сбора статистики.
I'll answer in english as many our customer are english speaking. What statistics do you collect? We have the ticket in our tracker: https://youtrack.jetbrains.com/issue/TW-39892, please vote for it if it's related and describe your use case in comments.