Changes in the DQM configuration database schema

There one small but important change for the DQM configuration schema in this release. The row/column and row_to_span/column_to_span parameters of the Labels attribute of the DQLayout class are swapped to be consistent with the ChildrenSpan attribute. In the previous release the Labels attribute should have been declared as:

row column [rows_to_span 'x' columns_to_span]:text
while in the new release it has to be declared as:
column row [columns_to_span 'x' rows_to_span]:text
Any configuration which uses the Labels attribute of the DQLayout class has to update its value by swapping the row with column and rows_span with columns_span values as otherwise the presentation of the layout in the DQM Display will be broken.

Complete description of the DQM configuration database schema can be found on the main DQMF twiki page.