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:
parent
c5960c71f9
commit
dc0924deed
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
DELETE FROM phriction_content WHERE documentPHID = '';
|
||||
DELETE FROM {$NAMESPACE}_phriction.phriction_content WHERE documentPHID = '';
|
||||
|
|
Loading…
Reference in a new issue