From dbd8753c2bdd78d669d9ee9bc353c3f3f4b0b228 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Thu, 26 Mar 2015 22:47:26 -0400 Subject: also store the last time form was updated --- schema.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'schema.sql') diff --git a/schema.sql b/schema.sql index 1ae7fdd..cdf2678 100644 --- a/schema.sql +++ b/schema.sql @@ -9,5 +9,6 @@ create table guests( plusonename text, kids boolean default 0, kidsnames text, - comments text + comments text, + lastupdate integer(4) default current_timestamp ); -- cgit v1.2.3-70-g09d2