· 9 years ago · Dec 22, 2016, 05:54 PM
1CREATE TABLE IF NOT EXISTS service_audit (
2service text,
3version text,
4integrate_timestamp datetime,
5approvers list<text>,
6jira_ticket_ids list<text>,
7commit_id text,
8tests_passed boolean,
9tests_output text,
10has_cql_changes boolean,
11has_config_changes boolean,
12PRIMARY KEY ((service, version)));