From: <ope...@li...> - 2002-06-30 16:07:29
|
Update of /cvsroot/openposs/Database In directory usw-pr-cvs1:/tmp/cvs-serv24252 Modified Files: MySQL_Creation_Script Log Message: Added USE openPOS; statement for cross platform compliance. Index: MySQL_Creation_Script =================================================================== RCS file: /cvsroot/openposs/Database/MySQL_Creation_Script,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** MySQL_Creation_Script 29 Jun 2002 02:30:18 -0000 1.10 --- MySQL_Creation_Script 30 Jun 2002 16:07:26 -0000 1.11 *************** *** 92,95 **** --- 92,96 ---- # CREATE DATABASE openPOS; + USE openPOS; # |