diff --git a/http/src/main/resources/org/broadinstitute/dsde/workbench/leonardo/liquibase/changelog.xml b/http/src/main/resources/org/broadinstitute/dsde/workbench/leonardo/liquibase/changelog.xml
index 0faf02dc49e..17028065374 100644
--- a/http/src/main/resources/org/broadinstitute/dsde/workbench/leonardo/liquibase/changelog.xml
+++ b/http/src/main/resources/org/broadinstitute/dsde/workbench/leonardo/liquibase/changelog.xml
@@ -117,4 +117,5 @@
+
diff --git a/http/src/main/resources/org/broadinstitute/dsde/workbench/leonardo/liquibase/changesets/20240828_remove_saturnAutoCreated_label_from_azure_apps.xml b/http/src/main/resources/org/broadinstitute/dsde/workbench/leonardo/liquibase/changesets/20240828_remove_saturnAutoCreated_label_from_azure_apps.xml
new file mode 100644
index 00000000000..7c30d092b2f
--- /dev/null
+++ b/http/src/main/resources/org/broadinstitute/dsde/workbench/leonardo/liquibase/changesets/20240828_remove_saturnAutoCreated_label_from_azure_apps.xml
@@ -0,0 +1,13 @@
+
+
+
+
+ DELETE FROM LABEL l
+ JOIN APP a ON l.resourceId = a.id AND l.resourceType = 'app'
+ WHERE l.`key` = 'saturnAutoCreated'
+ AND a.appType in ('WORKFLOWS_APP', 'CROMWELL_RUNNER_APP');
+
+
+
+
+