Skip to content

Commit 9291c28

Browse files
authored
Use deferred upgrade for dataclass (#7457)
1 parent 7d500be commit 9291c28

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

experiment/src/org/labkey/experiment/ExperimentUpgradeCode.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@ public static void fixContainerForMovedSampleFiles(ModuleContext context)
519519
* Drop the classid column and add a rowId column to existing provisioned DataClass tables.
520520
*/
521521
@SuppressWarnings("unused")
522+
@DeferredUpgrade
522523
public static void addRowIdToProvisionedDataClassTables(ModuleContext context)
523524
{
524525
if (context.isNewInstall())

0 commit comments

Comments
 (0)