You are viewing a plain text version of this content. The canonical link for it is here.
Posted to stonehenge-commits@incubator.apache.org by sh...@apache.org on 2009/04/22 04:04:35 UTC

svn commit: r767360 - in /incubator/stonehenge/trunk/stocktrader/php/resources/db_scripts: InsertScript.sql mysql/InsertScript.sql

Author: shankar
Date: Wed Apr 22 04:04:34 2009
New Revision: 767360

URL: http://svn.apache.org/viewvc?rev=767360&view=rev
Log:
Inserting BSToOPS records

Modified:
    incubator/stonehenge/trunk/stocktrader/php/resources/db_scripts/InsertScript.sql
    incubator/stonehenge/trunk/stocktrader/php/resources/db_scripts/mysql/InsertScript.sql

Modified: incubator/stonehenge/trunk/stocktrader/php/resources/db_scripts/InsertScript.sql
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/resources/db_scripts/InsertScript.sql?rev=767360&r1=767359&r2=767360&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/resources/db_scripts/InsertScript.sql (original)
+++ incubator/stonehenge/trunk/stocktrader/php/resources/db_scripts/InsertScript.sql Wed Apr 22 04:04:34 2009
@@ -48,5 +48,8 @@
      VALUES ('PHP_CLIENT','PHP_BS');
 INSERT INTO [StockTraderDB].[dbo].[BSTOOPS]([BS],[OPS])
 	 VALUES ('PHP_BS', 'PHP_OPS');
+INSERT INTO [StockTraderDB].[dbo].[BSTOOPS]([BS],[OPS])
+	 VALUES ('JAVA_BS', 'JAVA_OPS');
+
 
 

Modified: incubator/stonehenge/trunk/stocktrader/php/resources/db_scripts/mysql/InsertScript.sql
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/resources/db_scripts/mysql/InsertScript.sql?rev=767360&r1=767359&r2=767360&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/resources/db_scripts/mysql/InsertScript.sql (original)
+++ incubator/stonehenge/trunk/stocktrader/php/resources/db_scripts/mysql/InsertScript.sql Wed Apr 22 04:04:34 2009
@@ -48,6 +48,8 @@
      VALUES ('PHP_CLIENT','PHP_BS');
 INSERT INTO BSTOOPS(BS,OPS)
 	 VALUES ('PHP_BS', 'PHP_OPS');
+INSERT INTO BSTOOPS(BS,OPS)
+	 VALUES ('JAVA_BS', 'JAVA_OPS');