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 532ebbb..5adc042 100644 --- a/gentoobrowse-api/db/schema.sql +++ b/gentoobrowse-api/db/schema.sql @@ -30,7 +30,7 @@ SET default_with_oids = false;  CREATE TABLE changelog (  		changeid integer NOT NULL,  		repoid integer NOT NULL, -		commitid text NOT NULL, +		commitid character(40) NOT NULL,  		committime timestamp without time zone NOT NULL,  		authorname text NOT NULL,  		authoremail text NOT NULL, | 
