mirror of
https://github.com/bitwarden/server
synced 2026-01-07 19:13:50 +00:00
PM-13236 PasswordHealthReportApplication DB Tables (#4958)
* PM-13236 PasswordHealthReportApplications db * PM-13236 incorporated pr comments * PM-13236 fixed error in SQL script * PM-13236 resolve quality scan errors SQL71006, SQL7101, SQL70001 * PM-13236 fixed warnings on procedures * PM-13236 added efMigrations * PM-13236 renamed files to PasswordHealthReportApplication (singular) * PM-13236 changed file name to more appropriate naming * PM-13236 changed the file name singular * PM-13236 removed the entity file * PM-13236 Moved PasswordHealthReportApplication entity to src/core/tools/entities
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
CREATE VIEW [dbo].[PasswordHealthReportApplicationView] AS
|
||||
SELECT * FROM [dbo].[PasswordHealthReportApplication]
|
||||
Reference in New Issue
Block a user