summaryrefslogtreecommitdiffstats
path: root/database.sql
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2011-10-14 01:11:41 +0200
committerThibaut Horel <thibaut.horel@gmail.com>2011-10-14 01:11:41 +0200
commit2275d3d22d9cc40f2b90ef33d403f2a8535dc7cd (patch)
treeae33beb6dc072865597531d8a6e099519d5a99aa /database.sql
parent4edb2516e2c6bf2efab3f30f1a70dfc35b4b0f51 (diff)
downloadbandit-2275d3d22d9cc40f2b90ef33d403f2a8535dc7cd.tar.gz
Load all the data from csv file into the database
Change in the database schema, volume is now a float, update your database consequently
Diffstat (limited to 'database.sql')
-rw-r--r--database.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/database.sql b/database.sql
index d5cb31d..8081b4f 100644
--- a/database.sql
+++ b/database.sql
@@ -11,7 +11,7 @@ CREATE TABLE history (
low double precision DEFAULT NULL,
close double precision DEFAULT NULL,
adjClose double precision DEFAULT NULL,
- volume integer DEFAULT NULL,
+ volume double precision DEFAULT NULL,
div real DEFAULT NULL,
adjDiv real DEFAULT NULL,
split real DEFAULT NULL,