Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagesql
DELETE FROM instance_properties WHERE instance_id=1;
DELETE FROM link WHERE instance_id1=1 OR instance_id2=1;
DELETE FROM links WHERE instance_id1=1 OR instance_id2=1;
DELETE FROM tlstatus WHERE instance_id=1;
DELETE FROM instance_properties_attachments where addin_id=1;
DELETE FROM contact;
DELETE FROM `contact-group`;

Alle Emails aus antony und dem Dateisystem löschen (über Navicat und Powershell)

...