From 3522c69796732de623a9343259d606eab50a7a4c Mon Sep 17 00:00:00 2001 From: HD Moore Date: Tue, 16 Sep 2008 04:19:01 +0000 Subject: [PATCH] Add the missing semi-colon from postgres.sql git-svn-id: file:///home/svn/framework3/trunk@5661 4d416f70-5f16-0410-b530-b9f4589650da --- data/sql/postgres.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/sql/postgres.sql b/data/sql/postgres.sql index e850b53fcc..244eed2ba0 100644 --- a/data/sql/postgres.sql +++ b/data/sql/postgres.sql @@ -54,7 +54,7 @@ ref_id INTEGER, vuln_id INTEGER ); -drop table notes +drop table notes; create table notes ( id SERIAL PRIMARY KEY,