~coughphp/coughphp/2.0

« back to all changes in this revision

Viewing changes to cough_generator/tests/test_configs/db_setup2/db_teardown.sql

  • Committer: Anthony Bush
  • Date: 2008-06-20 17:24:30 UTC
  • mfrom: (257.1.15 coughphp-awbush)
  • Revision ID: anthony@anthonybush.com-20080620172430-te0xk0yna2e7clp0
Merging from coughphp-awbush branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
DROP TABLE IF EXISTS `product_order`;
 
2
DROP TABLE IF EXISTS `product`;
 
3
DROP TABLE IF EXISTS `customer`;