diff options
-rw-r--r-- | gentoobrowse-api/db/schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |