-- CVS ID: $Id: drop_lams_tool_example.sql,v 1.2 2006/03/21 06:03:08 fmalikoff Exp $ SET FOREIGN_KEY_CHECKS=0; DROP TABLE IF EXISTS tl_laex11_user; DROP TABLE IF EXISTS tl_laex11_attachment; DROP TABLE IF EXISTS tl_laex11_session; DROP TABLE IF EXISTS tl_laex11_example; SET FOREIGN_KEY_CHECKS=1;