diff --git a/db/lamp_2017-12-01.sql b/db/lamp_2017-12-03.sql similarity index 83% rename from db/lamp_2017-12-01.sql rename to db/lamp_2017-12-03.sql index c1ed7f5..12cd285 100644 --- a/db/lamp_2017-12-01.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-01 20:43:00 +0000 +# Generation Time: 2017-12-04 00:14:29 +0000 # ************************************************************ @@ -27,7 +27,6 @@ DROP TABLE IF EXISTS `Tweets`; CREATE TABLE `Tweets` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, - `tweet_id` int(11) DEFAULT NULL, `tweet` char(140) DEFAULT NULL, `date_time` datetime DEFAULT NULL, `user_id` int(11) DEFAULT NULL, @@ -37,13 +36,13 @@ CREATE TABLE `Tweets` ( LOCK TABLES `Tweets` WRITE; /*!40000 ALTER TABLE `Tweets` DISABLE KEYS */; -INSERT INTO `Tweets` (`id`, `tweet_id`, `tweet`, `date_time`, `user_id`) +INSERT INTO `Tweets` (`id`, `tweet`, `date_time`, `user_id`) VALUES - (1,1,'testing tweet! one two three','1000-01-01 00:00:00',1), - (2,2,'hiiii this is my second tweet','1000-01-01 00:00:00',1), - (3,3,'first twitter tweet omg so kewl','1000-01-01 00:00:00',2), - (4,4,'3rd tweet now so pro','1000-01-01 00:00:00',1), - (5,5,'tweet tweet tweet cant stop me now','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 @@ -

Hello