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:
@ -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,
|
||||
|
Reference in New Issue
Block a user