Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
add column "grade"
  • Loading branch information
FROGGS committed Nov 1, 2014
1 parent 1bcdea1 commit 00cc706
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup/cpandatesters_pg.sql
Expand Up @@ -43,6 +43,7 @@ SET default_with_oids = false;

CREATE TABLE reports (
id serial,
grade character varying(8),
distname character varying(64),
distauth character varying(64),
distver character varying(32),
Expand Down

0 comments on commit 00cc706

Please sign in to comment.