forked from orbit-oss/flask
Merge pull request #889 from mattskone/master
Escaped 'text' keyword in column name.
This commit is contained in:
commit
58681ec11e
1 changed files with 1 additions and 1 deletions
|
|
@ -2,5 +2,5 @@ drop table if exists entries;
|
|||
create table entries (
|
||||
id integer primary key autoincrement,
|
||||
title text not null,
|
||||
text text not null
|
||||
'text' text not null
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue