mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-18 09:48:39 +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…
Add table
Reference in a new issue