Skip to content

Instantly share code, notes, and snippets.

@dimovdaniel
Created May 12, 2020 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimovdaniel/ebbaa2bb379e92bfc1e223b306ca1531 to your computer and use it in GitHub Desktop.
Save dimovdaniel/ebbaa2bb379e92bfc1e223b306ca1531 to your computer and use it in GitHub Desktop.
Delete demo data from FoodTiger
DELETE from order_has_status where order_id<601;
DELETE from orders where id<601;
DELETE FROM address where id<6;
DELETE FROM items where id<256;
DELETE FROM categories where id<52;
DELETE FROM hours where restorant_id<13;
DELETE FROM model_has_roles where model_id<6 and model_id>1;
DELETE FROM restorants where id<13;
DELETE FROM users where id<6 and id>1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment