aboutsummaryrefslogtreecommitdiff
path: root/install/index.php
diff options
context:
space:
mode:
authorCamil Staps2015-02-06 10:48:36 +0100
committerCamil Staps2015-02-06 10:48:36 +0100
commit4ed0049b1c1bead979de48dbc117740f5b47d4b9 (patch)
treece83aaad31fe83b02157a86a8eb603bf9c4b3350 /install/index.php
parentUpdated readme (diff)
0.1 Assign float values to nr. of working hours of assignments
Diffstat (limited to 'install/index.php')
-rw-r--r--install/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/index.php b/install/index.php
index 3921161..5d6b7fa 100644
--- a/install/index.php
+++ b/install/index.php
@@ -26,7 +26,7 @@ if (isset($_GET['create_tables'])) {
`offerId` smallint(5) unsigned NOT NULL,
`title` tinytext NOT NULL,
`description` text NOT NULL,
- `hours` smallint(5) unsigned NOT NULL,
+ `hours` float NOT NULL,
`price_per_hour` float NOT NULL,
`VAT_percentage` float NOT NULL,
PRIMARY KEY (`id`),