mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 09:32:48 -05:00
3 lines
66 B
Transact-SQL
3 lines
66 B
Transact-SQL
ALTER TABLE dbo.Migrations
|
|
ADD Rerunable bit NOT NULL DEFAULT 0
|
|
GO |