ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/db/drop.sql
Revision: 1.1
Committed: Wed Mar 14 22:39:32 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION, HEAD
Branch point for: SERVER_PIRCBOT
Log Message:
SQL command files. ipacket.sql contains the structure for the ipacket table, and
drop.sql can be used to drop an existing table with the same name.

File Contents

# User Rev Content
1 tdb 1.1 #
2     # This clears an existing table if there is one.
3     #
4     # $Author$
5     # $Id$
6     #
7     # Host: localhost Database : co600_10_db
8     #
9    
10     # Drop the table if it already exists.
11     DROP TABLE IF EXISTS ipacket;