mirror of
https://github.com/bitwarden/server.git
synced 2025-02-08 00:31:27 +01:00
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
|