mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05:00
3 lines
65 B
Transact-SQL
3 lines
65 B
Transact-SQL
ALTER TABLE dbo.Migration
|
|
ADD Rerunable bit NOT NULL DEFAULT 0
|
|
GO |