mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
a9845b0b1d
Summary: Fixes T11730. Removes an old transaction that hasn't been used in a year. Test Plan: Run sql, check various rooms. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T11730 Differential Revision: https://secure.phabricator.com/D17666
2 lines
103 B
SQL
2 lines
103 B
SQL
DELETE FROM {$NAMESPACE}_conpherence.conpherence_transaction
|
|
WHERE transactionType = 'picture-crop';
|