mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 14:52:41 +01:00
Splice in a patch to remove Phriction content rows with no document
The unique key on <documentPHID, version> may fail to apply if any content rows don't have a valid document. This is rare, but we have some old random garbage rows on "secure.phabricator.com" which prevent the next patch from applying. Just toss these rows, they're junk.
This commit is contained in:
parent
26d9ee456f
commit
c5960c71f9
1 changed files with 1 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
DELETE FROM phriction_content WHERE documentPHID = '';
|
Loading…
Reference in a new issue