We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d500be commit 9291c28Copy full SHA for 9291c28
1 file changed
experiment/src/org/labkey/experiment/ExperimentUpgradeCode.java
@@ -519,6 +519,7 @@ public static void fixContainerForMovedSampleFiles(ModuleContext context)
519
* Drop the classid column and add a rowId column to existing provisioned DataClass tables.
520
*/
521
@SuppressWarnings("unused")
522
+ @DeferredUpgrade
523
public static void addRowIdToProvisionedDataClassTables(ModuleContext context)
524
{
525
if (context.isNewInstall())
0 commit comments