mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
f583406ba9
Summary: See <https://discourse.phabricator-community.org/t/pushing-to-mercurial-repository-fails/1275/1>. Mercurial may invoke hooks multiple times per push. Test Plan: Pushed to Mercurial, saw key constraint failure. Differential Revision: https://secure.phabricator.com/D19257
2 lines
83 B
SQL
2 lines
83 B
SQL
ALTER TABLE {$NAMESPACE}_repository.repository_pushevent
|
|
DROP KEY `key_request`;
|