From 6aa56f0f25451b9a642fd031e8b6cefde86756ae Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 25 May 2016 21:22:07 +0100 Subject: Fix order of properties on firstseen --- gentoobrowse-api/db/schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentoobrowse-api/db/schema.sql b/gentoobrowse-api/db/schema.sql index 254c08b..afd47af 100644 --- a/gentoobrowse-api/db/schema.sql +++ b/gentoobrowse-api/db/schema.sql @@ -329,7 +329,7 @@ CREATE TABLE ebuilds ( versioninst ebuildversion NOT NULL, slot text NOT NULL, license text, - firstseen timestamp without time zone NOT NULL DEFAULT now(), + firstseen timestamp without time zone DEFAULT now() NOT NULL, moddate timestamp without time zone NOT NULL, repoid integer NOT NULL ); -- cgit v1.2.3