From 6143ad2b9574610529093d1b1108d947af4e432f Mon Sep 17 00:00:00 2001 From: Addison Beck Date: Thu, 7 Jan 2021 16:36:18 -0500 Subject: [PATCH] fixed a copy/paste bug in the tax rate migration script (#1077) --- util/Migrator/DbScripts/2020-11-16_00_SalesTax.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Migrator/DbScripts/2020-11-16_00_SalesTax.sql b/util/Migrator/DbScripts/2020-11-16_00_SalesTax.sql index 54c8d9f66b..7741640713 100644 --- a/util/Migrator/DbScripts/2020-11-16_00_SalesTax.sql +++ b/util/Migrator/DbScripts/2020-11-16_00_SalesTax.sql @@ -1,4 +1,4 @@ -IF OBJECT_ID('[dbo].[Policy]') IS NULL +IF OBJECT_ID('[dbo].[TaxRate]') IS NULL BEGIN CREATE TABLE [dbo].[TaxRate] ( [Id] VARCHAR(40) NOT NULL,