Missing ,

This commit is contained in:
Bradley M. Kuhn 2015-12-06 15:43:13 -08:00
parent 6c15d3973f
commit 9b3e1a70af

View file

@ -19,7 +19,7 @@ CREATE TABLE "request" (
"request_type_id" integer NOT NULL,
"request_configuration_id" integer,
"date_requested" date NOT NULL,
"fulfillment_id" integer
"fulfillment_id" integer,
"notes" TEXT
);