[virtualcommons-svn] SF.net SVN: virtualcommons:[253] mentalmodels/trunk/src/main/db/init-mme. sql
Status: Beta
Brought to you by:
alllee
|
From: <see...@us...> - 2009-08-14 23:01:08
|
Revision: 253
http://virtualcommons.svn.sourceforge.net/virtualcommons/?rev=253&view=rev
Author: seematalele
Date: 2009-08-14 23:00:55 +0000 (Fri, 14 Aug 2009)
Log Message:
-----------
Have made changes in the location table. Moved harbor to first position.
Modified Paths:
--------------
mentalmodels/trunk/src/main/db/init-mme.sql
Modified: mentalmodels/trunk/src/main/db/init-mme.sql
===================================================================
--- mentalmodels/trunk/src/main/db/init-mme.sql 2009-08-14 22:51:40 UTC (rev 252)
+++ mentalmodels/trunk/src/main/db/init-mme.sql 2009-08-14 23:00:55 UTC (rev 253)
@@ -400,7 +400,7 @@
LOCK TABLES `location` WRITE;
/*!40000 ALTER TABLE `location` DISABLE KEYS */;
-INSERT INTO `location` VALUES (1,NULL,0.5,5,'Bay1',10),(2,NULL,0.15,10,'Bay2',20),(3,NULL,0.05,15,'Bay3',30),(4,NULL,0,0,'Harbor',0);
+INSERT INTO `location` VALUES (1,NULL,0,0,'Harbor',0),(2,NULL,0.5,5,'Bay1',10),(3,NULL,0.15,10,'Bay2',20),(4,NULL,0.05,15,'Bay3',30);
/*!40000 ALTER TABLE `location` ENABLE KEYS */;
UNLOCK TABLES;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|