diff --git a/db/lamp_2017-12-03.sql b/db/lamp_2017-12-03.sql index 782af71..310c54d 100644 --- a/db/lamp_2017-12-03.sql +++ b/db/lamp_2017-12-03.sql @@ -7,7 +7,7 @@ # # Host: 127.0.0.1 (MySQL 5.7.20) # Database: lamp -# Generation Time: 2017-12-03 19:18:51 +0000 +# Generation Time: 2017-12-04 00:14:29 +0000 # ************************************************************ @@ -38,8 +38,11 @@ LOCK TABLES `Tweets` WRITE; INSERT INTO `Tweets` (`id`, `tweet`, `date_time`, `user_id`) VALUES - (1,'testing tweet! one two three','1000-01-01 00:00:00',1), - (2,'testing tweet again! four five six','1000-01-01 00:00:00',2); + (1,'testing tweet! one two three','2004-01-01 00:00:00',1), + (2,'hiiii this is my second tweet','2003-01-01 02:06:27',1), + (3,'first twitter tweet omg so kewl','4094-01-01 01:35:10',2), + (4,'3rd tweet now so pro','7740-01-01 07:36:43',1), + (5,'tweet tweet tweet cant stop me now','3920-01-01 22:34:17',2); /*!40000 ALTER TABLE `Tweets` ENABLE KEYS */; UNLOCK TABLES; diff --git a/www/application/views/templates/header.php b/www/application/views/templates/header.php index 2b3ef00..5584cc0 100644 --- a/www/application/views/templates/header.php +++ b/www/application/views/templates/header.php @@ -5,5 +5,4 @@
-