Add the missing semi-colon from postgres.sql

git-svn-id: file:///home/svn/framework3/trunk@5661 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2008-09-16 04:19:01 +00:00
parent 07c838e4e0
commit 3522c69796
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ ref_id INTEGER,
vuln_id INTEGER
);
drop table notes
drop table notes;
create table notes (
id SERIAL PRIMARY KEY,