From 94c288b4f8d353c44b64e40c0863c7fce6782293 Mon Sep 17 00:00:00 2001 From: rsanchez <rsanchez@curisit.net> Date: Thu, 24 Sep 2015 17:26:14 +0000 Subject: [PATCH] #2756 fix - chnaged API to allow activation by code and other UI changes --- securis/src/main/resources/db/schema.sql | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/securis/src/main/resources/db/schema.sql b/securis/src/main/resources/db/schema.sql index 9dd74ed..61e8b7d 100644 --- a/securis/src/main/resources/db/schema.sql +++ b/securis/src/main/resources/db/schema.sql @@ -23,6 +23,7 @@ drop table IF EXISTS application; CREATE TABLE IF NOT EXISTS application ( id INT NOT NULL auto_increment, + code VARCHAR(4) NOT NULL , name VARCHAR(45) NOT NULL , license_filename VARCHAR(100) NOT NULL , description VARCHAR(500) NULL , @@ -105,6 +106,7 @@ CREATE TABLE IF NOT EXISTS license ( id INT NOT NULL auto_increment, code VARCHAR(100) NOT NULL , + activation_code VARCHAR(100) NULL , code_suffix INT NULL , request_data VARCHAR(1024) NULL , request_data_hash VARCHAR(64) NULL , -- Gitblit v1.3.2