1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-22 02:51:33 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,