diff --git a/res/db/sql/01-tables.sql b/res/db/sql/01-tables.sql index 99558e63..431d4966 100644 --- a/res/db/sql/01-tables.sql +++ b/res/db/sql/01-tables.sql @@ -6,5 +6,6 @@ -- app_svc.store is used to save StoredObject as JSONB on failure CREATE TABLE IF NOT EXISTS app_svc.store ( id UUID PRIMARY KEY, + created timestamp NOT NULL DEFAULT now(), content JSONB NOT NULL );