Merge branch 'package'
[speedfreak] / Server / application / models / database_sample_data.sql
index 40ec0bf..a7e0da1 100644 (file)
@@ -4,7 +4,7 @@
 #
 # Host: localhost (MySQL 5.1.37)
 # Database: speedfreak
-# Generation Time: 2010-05-13 21:57:02 +0300
+# Generation Time: 2010-05-26 15:53:05 +0300
 # ************************************************************
 
 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
@@ -23,7 +23,7 @@ LOCK TABLES `categories` WRITE;
 /*!40000 ALTER TABLE `categories` DISABLE KEYS */;
 INSERT INTO `categories` (`id`,`slug`,`description`,`unit`)
 VALUES
-       (1,'acceleration-0-10','Acceleration from 0km/h to 10km/h','km/h'),
+       (1,'acceleration-0-20','Acceleration from 0km/h to 20km/h','km/h'),
        (2,'acceleration-0-40','Acceleration from 0km/h to 40km/h','km/h'),
        (3,'acceleration-0-100','Acceleration from 0km/h to 100km/h','km/h');