mirror of
https://github.com/bitwarden/server
synced 2026-01-09 12:03:21 +00:00
new database schema for ciphers and history. dropped old site and folder tables.
This commit is contained in:
@@ -6,13 +6,7 @@ BEGIN
|
||||
|
||||
DELETE
|
||||
FROM
|
||||
[dbo].[Site]
|
||||
WHERE
|
||||
[UserId] = @Id
|
||||
|
||||
DELETE
|
||||
FROM
|
||||
[dbo].[Folder]
|
||||
[dbo].[Cipher]
|
||||
WHERE
|
||||
[UserId] = @Id
|
||||
|
||||
|
||||
Reference in New Issue
Block a user