From 5481871e6ac425466416a67308525f82c5d4c2d1 Mon Sep 17 00:00:00 2001 From: Fabian Vogler Date: Sun, 20 Jan 2013 20:23:54 +0100 Subject: [PATCH] Clarified competitor.txt --- README.html | 4 ++-- competitor.txt | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 competitor.txt diff --git a/README.html b/README.html index 430fe32..d3130df 100644 --- a/README.html +++ b/README.html @@ -87,7 +87,7 @@

Manuals

 

-

Before you start your work you have to provide your personal information inside the file board/includes/competitor.php. It’s then recommended to explore the message board first.

+

Before you start your work you have to provide your personal information inside the file competitor.txt.

Task I: Database

@@ -96,7 +96,7 @@

Task I: Database

The model of the application has 3 different entities (Message, Photo and Group) which are not implemented yet.

Your task is to create 3 new tables in the MySQL database according to the following ERM diagram. - It's your job to define appropriate column definitions (not null, default, auto increment, unique, foreign key).

+ It’s your job to define appropriate column definitions (not null, default, auto increment, unique, foreign key).

 
ERM

diff --git a/competitor.txt b/competitor.txt new file mode 100644 index 0000000..c66eb71 --- /dev/null +++ b/competitor.txt @@ -0,0 +1,5 @@ +Prename: +Surname: +Email: +Company: +School: