From d2caf82ad16f8d31db6afdd69383ba1c04e02c32 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 7 Aug 2015 17:39:23 +0200 Subject: o More explicit bind functions, it is useful because Cassandra is touchy with its types. o Saving the topic and message id in the raw record table. o Dropping the mosquittopp, it is not very useful. --- trireme/db/migrations/2015-08-04_2_more_details_to_raw.cql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 trireme/db/migrations/2015-08-04_2_more_details_to_raw.cql (limited to 'trireme') diff --git a/trireme/db/migrations/2015-08-04_2_more_details_to_raw.cql b/trireme/db/migrations/2015-08-04_2_more_details_to_raw.cql new file mode 100644 index 0000000..3076add --- /dev/null +++ b/trireme/db/migrations/2015-08-04_2_more_details_to_raw.cql @@ -0,0 +1,8 @@ +ALTER TABLE raw_record +ADD mid bigint; + +ALTER TABLE raw_record +ADD topic TEXT; + +ALTER TABLE raw_record +ADD qos int; -- cgit v1.2.3