1
0
Fork 0
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:
epriestley 2018-08-31 12:02:41 -07:00
parent 26d9ee456f
commit c5960c71f9

View file

@ -0,0 +1 @@
DELETE FROM phriction_content WHERE documentPHID = '';