1
0
mirror of https://github.com/bitwarden/server synced 2025-12-21 10:43:44 +00:00

fixed a copy/paste bug in the tax rate migration script (#1077)

This commit is contained in:
Addison Beck
2021-01-07 16:36:18 -05:00
committed by GitHub
parent aad36496e4
commit 6143ad2b95

View File

@@ -1,4 +1,4 @@
IF OBJECT_ID('[dbo].[Policy]') IS NULL IF OBJECT_ID('[dbo].[TaxRate]') IS NULL
BEGIN BEGIN
CREATE TABLE [dbo].[TaxRate] ( CREATE TABLE [dbo].[TaxRate] (
[Id] VARCHAR(40) NOT NULL, [Id] VARCHAR(40) NOT NULL,