1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-25 16:22:43 +01:00

Properly namespace the query in the spliced-in content cleanup patch

Yikes. Actually ran it this time!
This commit is contained in:
epriestley 2018-08-31 12:07:07 -07:00
parent c5960c71f9
commit dc0924deed

View file

@ -1 +1 @@
DELETE FROM phriction_content WHERE documentPHID = '';
DELETE FROM {$NAMESPACE}_phriction.phriction_content WHERE documentPHID = '';