Add the missing semi-colon from postgres.sql
git-svn-id: file:///home/svn/framework3/trunk@5661 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
07c838e4e0
commit
3522c69796
|
@ -54,7 +54,7 @@ ref_id INTEGER,
|
|||
vuln_id INTEGER
|
||||
);
|
||||
|
||||
drop table notes
|
||||
drop table notes;
|
||||
|
||||
create table notes (
|
||||
id SERIAL PRIMARY KEY,
|
||||
|
|
Loading…
Reference in New Issue