diff --git a/bootstrap/sql/migrations/native/1.7.3/mysql/schemaChanges.sql b/bootstrap/sql/migrations/native/1.7.3/mysql/schemaChanges.sql deleted file mode 100644 index 0858e3bda3a..00000000000 --- a/bootstrap/sql/migrations/native/1.7.3/mysql/schemaChanges.sql +++ /dev/null @@ -1,3 +0,0 @@ --- remove old reset link email template -DELETE from doc_Store where name = 'reset-link' and entityType = 'EmailTemplate'; - diff --git a/bootstrap/sql/migrations/native/1.7.3/postgres/schemaChanges.sql b/bootstrap/sql/migrations/native/1.7.3/postgres/schemaChanges.sql deleted file mode 100644 index 1542ed7ee85..00000000000 --- a/bootstrap/sql/migrations/native/1.7.3/postgres/schemaChanges.sql +++ /dev/null @@ -1,2 +0,0 @@ --- remove old reset link email template -DELETE from doc_Store where name = 'reset-link' and entityType = 'EmailTemplate'; \ No newline at end of file