Missing ,
This commit is contained in:
parent
6c15d3973f
commit
9b3e1a70af
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue