1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-03 17:12:49 -05:00

add rerunable column in dbo migrations table migration

This commit is contained in:
Michal Checinski
2023-08-24 13:42:35 +02:00
parent edc8139c6d
commit d413b4badd

View File

@ -0,0 +1,3 @@
ALTER TABLE dbo.Migrations
ADD Rerunable bit NOT NULL DEFAULT 0
GO