Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 4th, 2012  |  syntax: None  |  size: 1.70 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. drop table brands;
  2. drop table catalogrequests;
  3. drop table categories;
  4. drop table cust_notes;
  5. drop table customers;
  6. drop table customerterms;
  7. drop table distributor_orders;
  8. drop table distributor_orders_tmp;
  9. drop table distributor_purchases;
  10. drop table distributors;
  11. drop table drop_list_dump;
  12. drop table dropstates;
  13. drop table favorites;
  14. drop table item_dimensions;
  15. drop table item_links;
  16. drop table item_loc;
  17. drop table line_items;
  18. drop table modifiedcustomers;
  19. drop table new_items;
  20. drop table order_header;
  21. drop table pricinglevels;
  22. drop table pricingtable;
  23. drop table pricingtable_backup;
  24. drop table product_meta;
  25. drop table products;
  26. drop table publishing;
  27. drop table purchase;
  28. drop table purchase_line;
  29. drop table route_alternates;
  30. drop table route_date;
  31. drop table route_schedules;
  32. drop table routes;
  33. drop table sales;
  34. drop table specials;
  35. drop table state_list;
  36. drop table status;
  37. drop table upc2;
  38. drop table upsshippable;
  39. drop table vend_item;
  40. drop table vend_promo_item;
  41. drop table vendor;
  42. drop table vendor_contact;
  43. drop table vendor_products;
  44. drop table zipcodes;
  45. drop sequence catalogrequests_id_seq;
  46. drop sequence customers_id_seq      ;
  47. drop sequence item_dimensions_id_seq;
  48. drop sequence item_links_id_seq     ;
  49. drop sequence item_loc_id_seq       ;
  50. drop sequence line_items_id_seq     ;
  51. drop sequence order_header_id_seq   ;
  52. drop sequence pricinglevels_id_seq  ;
  53. drop sequence pricingtable_id_seq   ;
  54. drop sequence product_meta_id_seq   ;
  55. drop sequence products_id_seq       ;
  56. drop sequence purchase_id_seq       ;
  57. drop sequence purchase_line_id_seq  ;
  58. drop sequence vendor_contact_id_seq ;
  59. drop sequence vendor_id_seq         ;
  60. drop sequence vendor_products_id_seq;