mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
be41865b59
* Delete controller endpoint * Delete command * Drop sproc
6 lines
160 B
Transact-SQL
6 lines
160 B
Transact-SQL
IF OBJECT_ID('[dbo].[Organization_EnableCollectionEnhancements]') IS NOT NULL
|
|
BEGIN
|
|
DROP PROCEDURE [dbo].[Organization_EnableCollectionEnhancements]
|
|
END
|
|
GO
|