diff --git a/src/Sql/dbo/Stored Procedures/CipherDetails_ReadWithoutOrganizationsByUserId.sql b/src/Sql/dbo/Stored Procedures/CipherDetails_ReadWithoutOrganizationsByUserId.sql index 95fc04ba73..6f2f86498c 100644 --- a/src/Sql/dbo/Stored Procedures/CipherDetails_ReadWithoutOrganizationsByUserId.sql +++ b/src/Sql/dbo/Stored Procedures/CipherDetails_ReadWithoutOrganizationsByUserId.sql @@ -5,6 +5,7 @@ BEGIN SET NOCOUNT ON SELECT + *, 1 [Edit], 0 [OrganizationUseTotp] FROM diff --git a/util/Setup/DbScripts/2018-04-24_00_CipherQueryTuning.sql b/util/Setup/DbScripts/2018-04-24_00_CipherQueryTuning.sql index 81d4d2c03f..b6ef78c3d9 100644 --- a/util/Setup/DbScripts/2018-04-24_00_CipherQueryTuning.sql +++ b/util/Setup/DbScripts/2018-04-24_00_CipherQueryTuning.sql @@ -191,6 +191,7 @@ BEGIN SET NOCOUNT ON SELECT + *, 1 [Edit], 0 [OrganizationUseTotp] FROM