1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-13 05:38:25 -05:00

reimport db

This commit is contained in:
Kyle Spearrin
2017-02-21 21:32:47 -05:00
parent f101541ff8
commit 8051995cc7
9 changed files with 21 additions and 21 deletions

View File

@ -33,4 +33,4 @@ BEGIN
@CreationDate,
@RevisionDate
)
END
END

View File

@ -23,4 +23,4 @@ BEGIN
[RevisionDate] = @RevisionDate
WHERE
[Id] = @Id
END
END

View File

@ -33,4 +33,4 @@ BEGIN
@CreationDate,
@RevisionDate
)
END
END

View File

@ -9,4 +9,4 @@ BEGIN
[dbo].[Share]
WHERE
[Id] = @Id
END
END

View File

@ -10,4 +10,4 @@ BEGIN
[dbo].[ShareView]
WHERE
[Id] = @Id
END
END

View File

@ -23,4 +23,4 @@ BEGIN
[RevisionDate] = @RevisionDate
WHERE
[Id] = @Id
END
END