~midori/midori/trunk

« back to all changes in this revision

Viewing changes to data/flummi/Create.sql

  • Committer: André Stösel
  • Date: 2013-12-09 19:40:56 UTC
  • mto: This revision was merged to the branch mainline in revision 6513.
  • Revision ID: andre@stoesel.de-20131209194056-9ae8pbe35h1zw2mv
new extensionn flummi

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CREATE TABLE IF NOT EXISTS tasks
 
2
(
 
3
    id INTEGER PRIMARY KEY,
 
4
    once INTEGER DEFAULT 1,
 
5
    command TEXT DEFAULT NULL
 
6
);