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:
parent
aad36496e4
commit
6143ad2b95
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user