mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 14:13:18 +08:00
6 lines
160 B
MySQL
6 lines
160 B
MySQL
|
|
IF OBJECT_ID('[dbo].[Organization_EnableCollectionEnhancements]') IS NOT NULL
|
||
|
|
BEGIN
|
||
|
|
DROP PROCEDURE [dbo].[Organization_EnableCollectionEnhancements]
|
||
|
|
END
|
||
|
|
GO
|