mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 09:02:48 -05:00
add rerunable column in dbo migrations table migration
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
ALTER TABLE dbo.Migrations
|
||||
ADD Rerunable bit NOT NULL DEFAULT 0
|
||||
GO
|
Reference in New Issue
Block a user