aboutsummaryrefslogtreecommitdiffstats
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/serenitasdb.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/serenitasdb.sql b/sql/serenitasdb.sql
index 0e80f488..d643dc7a 100644
--- a/sql/serenitasdb.sql
+++ b/sql/serenitasdb.sql
@@ -1253,6 +1253,6 @@ CREATE TABLE markit_quotes (
ask_size float,
msg_id text,
source text,
- quotetime timestamptz NULL,
+ quotedate timestamptz NULL,
quote_source varchar(4) NULL
); \ No newline at end of file