diff --git a/bootstrap/sql/migrations/native/1.7.3/mysql/schemaChanges.sql b/bootstrap/sql/migrations/native/1.7.3/mysql/schemaChanges.sql index 0858e3bda3a..52f9b6bbdb6 100644 --- a/bootstrap/sql/migrations/native/1.7.3/mysql/schemaChanges.sql +++ b/bootstrap/sql/migrations/native/1.7.3/mysql/schemaChanges.sql @@ -1,3 +1,3 @@ -- remove old reset link email template -DELETE from doc_Store where name = 'reset-link' and entityType = 'EmailTemplate'; +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 index 1542ed7ee85..dca2be76d81 100644 --- a/bootstrap/sql/migrations/native/1.7.3/postgres/schemaChanges.sql +++ b/bootstrap/sql/migrations/native/1.7.3/postgres/schemaChanges.sql @@ -1,2 +1,2 @@ -- remove old reset link email template -DELETE from doc_Store where name = 'reset-link' and entityType = 'EmailTemplate'; \ No newline at end of file +DELETE from doc_store where name = 'reset-link' and entityType = 'EmailTemplate'; \ No newline at end of file