mirror of
https://github.com/bitwarden/server
synced 2025-12-11 05:43:35 +00: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
|