diff --git a/system/cache/store/JDBCStore.cfc b/system/cache/store/JDBCStore.cfc index ac3eba442..dfe262834 100644 --- a/system/cache/store/JDBCStore.cfc +++ b/system/cache/store/JDBCStore.cfc @@ -370,7 +370,6 @@ component implements="coldbox.system.cache.store.IObjectStore" accessors="true" cfsqltype : "integer" }, now : { value : now(), cfsqltype : "timestamp" }, - now : { value : now(), cfsqltype : "timestamp" }, isExpired : { value : "0", cfsqltype : "bit" }, isSimple : { value : "#isSimple#", cfsqltype : "bit" } }, @@ -404,7 +403,6 @@ component implements="coldbox.system.cache.store.IObjectStore" accessors="true" cfsqltype : "integer" }, now : { value : now(), cfsqltype : "timestamp" }, - now : { value : now(), cfsqltype : "timestamp" }, isExpired : { value : "0", cfsqltype : "bit" }, isSimple : { value : "#isSimple#", cfsqltype : "bit" } },