mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
5 lines
190 B
MySQL
5 lines
190 B
MySQL
|
/* This cleans up some errant transactions, see T8483. */
|
||
|
|
||
|
DELETE FROM {$NAMESPACE}_differential.differential_transaction
|
||
|
WHERE transactionType = 'core:inlinestate' AND newValue = 'null';
|