cosmetic: removed empty line
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 2 Aug 2005 00:42:29 +0000 (00:42 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 2 Aug 2005 00:42:29 +0000 (00:42 +0000)
git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@36 07558da8-63fa-0310-ba24-9fe276d99e06

sql/schema.sql

index fc9dc3a..70729cd 100644 (file)
@@ -34,7 +34,6 @@ create table items (
        id      serial,
        title   text,
        entry_id int references entries(id),
-
        i_type  text not null,
        date timestamp not null default now(),
        primary key(id)