mirror of
https://github.com/bitwarden/server
synced 2025-12-30 07:03:42 +00:00
Refactor to track entities rather than manually writing destroy
This commit is contained in:
6
src/Sql/dbo/Tables/SeededData.sql
Normal file
6
src/Sql/dbo/Tables/SeededData.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE [dbo].[SeededData] (
|
||||
[Id] UNIQUEIDENTIFIER NOT NULL,
|
||||
[RecipeName] NVARCHAR (MAX) NOT NULL,
|
||||
[Data] NVARCHAR (MAX) NULL,
|
||||
[CreationDate] DATETIME2 (7) NOT NULL,
|
||||
);
|
||||
Reference in New Issue
Block a user