DataFileSet element in RedGateDatabaseInfo.xml changes
DamianWise
Posts: 21 Bronze 3
This part of the file seems to change without reason:
<DataFileSet>
<Count>3</Count>
<DataFile>MOM.Enums_Data.sql</DataFile>
<DataFile>MOM.Errors_Data.sql</DataFile>
<DataFile>MOM.PrintStoredProcedure_Data.sql</DataFile>
</DataFileSet>
I have (as you can see) 3 static data tables, but for reasons and cannot attribute to anything, this file sometimes changes to <Count>0</Count> as I use Flyway Desktop (6.8.3).
I does not seem to affect my static data adversely, but shows as a change in my repository.
Can you help explain this?
I have (as you can see) 3 static data tables, but for reasons and cannot attribute to anything, this file sometimes changes to <Count>0</Count> as I use Flyway Desktop (6.8.3).
I does not seem to affect my static data adversely, but shows as a change in my repository.
Can you help explain this?
Tagged:
Answers
Thank you for raising the question. I wouldn't expect this parameter to be in active use by Flyway Desktop, was this formerly a SQL Source Control project that you've imported please?