|
|
|
@@ -1,6 +1,8 @@ |
|
|
|
--liquibase formatted sql |
|
|
|
|
|
|
|
--changeset codex:feature_usage_log |
|
|
|
--preconditions onFail:MARK_RAN |
|
|
|
--precondition-sql-check expectedResult:0 SELECT COUNT(*) FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = 'feature_usage_log' |
|
|
|
--comment: Track report management and truck routing summary page views, downloads, and prints |
|
|
|
CREATE TABLE `feature_usage_log` ( |
|
|
|
`id` bigint NOT NULL AUTO_INCREMENT, |
|
|
|
|