From fdbc8ca146b8e3aff0425e2faf94c0b4a6e3dd28 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Tue, 18 Nov 2014 20:07:36 +0000
Subject: [PATCH] #396 fix - Corrected cancel action and added Settings entity

---
 securis/src/main/resources/db/schema.sql |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/securis/src/main/resources/db/schema.sql b/securis/src/main/resources/db/schema.sql
index 1eb3bb6..7c5c6a3 100644
--- a/securis/src/main/resources/db/schema.sql
+++ b/securis/src/main/resources/db/schema.sql
@@ -3,7 +3,7 @@
 CREATE  TABLE IF NOT EXISTS settings (
   `key` VARCHAR(100) NOT NULL ,
   value VARCHAR(2000) NULL ,
-  creation_timestamp DATETIME NOT NULL default now(),  
+  modification_timestamp DATETIME NOT NULL default now(),  
   PRIMARY KEY (``key``) );
  
 drop table IF EXISTS user;

--
Gitblit v1.3.2