--- projects/cms/source/server/db/add_table 2000/11/25 22:02:47 1.1 +++ projects/cms/source/server/db/add_table 2000/11/28 10:09:40 1.2 @@ -1,3 +1,3 @@ -# shell script to add the specified table. +# shell script to create the tables on our database. -mysql -u co600_10 -p co600_10_db < test_table01 +mysql -u co600_10 -p co600_10_db < empty.sql