From 981ba5c5f30549dbd233fab1e52bb774fd3eebe1 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Tue, 4 Aug 2015 23:24:46 +0200 Subject: o Adding Trireme setup to support migrating the Cassandra schema. --- init.cql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 init.cql (limited to 'init.cql') diff --git a/init.cql b/init.cql new file mode 100644 index 0000000..cf5865e --- /dev/null +++ b/init.cql @@ -0,0 +1,5 @@ +CREATE KEYSPACE soil_moisture WITH replication = {'class': 'SimpleStrategy', 'replication_factor': '1'} AND durable_writes = true; + +CREATE TABLE soil_moisture.migrations ( + migration text PRIMARY KEY +); -- cgit v1.2.3