1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05: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
CREATE TABLE [dbo].[TaxRate] (
[Id] VARCHAR(40) NOT NULL,