A new column is needed to support individually sorted lists of favorite folders.
The table virtualTree is therefore enhanced by column:
sortNum INT4 UNSIGNED DEFAULT NULL
Since this column's value may be NULL, there are no possible side effects, except that an update task needs to be executed.
The table virtualTree is therefore enhanced by column:
sortNum INT4 UNSIGNED DEFAULT NULL
Since this column's value may be NULL, there are no possible side effects, except that an update task needs to be executed.