Skip to content

Commit

Permalink
Merge pull request #7 from FACN3/dataInDB
Browse files Browse the repository at this point in the history
Created aboutUs, contactUs and home. Getting data from the database a…
  • Loading branch information
NickP123 authored Dec 19, 2017
2 parents 8106c97 + 1802b58 commit 7e85774
Show file tree
Hide file tree
Showing 16 changed files with 1,318 additions and 7 deletions.
4 changes: 3 additions & 1 deletion database/db_build.sql
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ CREATE TABLE comments (
userName VARCHAR(40) NOT NULL
);

INSERT INTO pictures (url, title) VALUES ('hello', 'test the title');
INSERT INTO pictures (url, title)
VALUES ('hello', 'test the title');


COMMIT;
Loading

0 comments on commit 7e85774

Please sign in to comment.