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

Fix journal table name

This commit is contained in:
Michal Checinski
2023-08-24 16:30:25 +02:00
parent 98168feb59
commit d73dbfbe41
2 changed files with 14 additions and 14 deletions

View File

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