1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-04 09:32:48 -05:00
Files
bitwarden/util/Migrator/DbScripts/2023-08-24_00_AddRerunableColumnIndboMigrationsTable.sql
2023-08-24 13:42:35 +02:00

3 lines
66 B
Transact-SQL

ALTER TABLE dbo.Migrations
ADD Rerunable bit NOT NULL DEFAULT 0
GO