Index: /unk/sql/create_sqlite.sql =================================================================== --- /trunk/sql/create_sqlite.sql (revision 6) +++ (revision ) @@ -1,2 +1,0 @@ -CREATE TABLE articles (id integer primary key, date date, title text, uri text, body text, tags text, enabled boolean, author text); -CREATE TABLE comments (id integer primary key, article_id integer, date date, name text, email text, url text, comment text, enabled boolean); Index: /trunk/examples/create_sqlite.sql =================================================================== --- /trunk/examples/create_sqlite.sql (revision 76) +++ /trunk/examples/create_sqlite.sql (revision 76) @@ -0,0 +1,2 @@ +CREATE TABLE articles (id integer primary key, date date, title text, uri text, body text, tags text, enabled boolean, author text); +CREATE TABLE comments (id integer primary key, article_id integer, date date, name text, email text, url text, comment text, enabled boolean);