diff options
author | A. Jesse Jiryu Davis <jesse@mongodb.com> | 2020-11-19 22:46:49 -0500 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-11-20 06:59:45 +0000 |
commit | efb1467bec93d1de4aff70e817e10645f2ebfb3f (patch) | |
tree | f14d5223fae56330ecae1b533afe981c61ea5032 /src/mongo/db/SConscript | |
parent | f0aeb044a81484fb110807abb091f82948912ad4 (diff) | |
download | mongo-efb1467bec93d1de4aff70e817e10645f2ebfb3f.tar.gz |
SERVER-52540 Specify "drop" in IDL
Diffstat (limited to 'src/mongo/db/SConscript')
-rw-r--r-- | src/mongo/db/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/SConscript b/src/mongo/db/SConscript index 488ccbe28a8..3a45337f310 100644 --- a/src/mongo/db/SConscript +++ b/src/mongo/db/SConscript @@ -571,6 +571,7 @@ env.Library( target="commands", source=[ 'commands.cpp', + 'drop.idl', 'drop_database.idl', 'list_collections.idl', ], |