From: Nothing2Do Date: Fri, 13 Dec 2013 12:31:49 +0000 (+0100) Subject: Delete db.sql X-Git-Url: https://git.nothing2do.fr/?a=commitdiff_plain;h=bde5568a1c689c0787211daaeb5376412583fe56;p=diary-mobile.git Delete db.sql the real name is ui.sql --- diff --git a/db.sql b/db.sql deleted file mode 100644 index 469d587..0000000 --- a/db.sql +++ /dev/null @@ -1,9 +0,0 @@ -PRAGMA foreign_keys=OFF; -BEGIN TRANSACTION; -CREATE TABLE ui(keyword text, label text, action text); -INSERT INTO "ui" VALUES('begin','olìver'' s','begi-oliver '); -INSERT INTO "ui" VALUES('begi-oliver ','audrey','begi-opub-audrey'); -INSERT INTO "ui" VALUES('begi-opub-audrey ','choix','begi-opub-audre-raison '); -INSERT INTO "ui" VALUES('begin','course','begi-x'); -CREATE TABLE raw(date timestamp, texte text); -COMMIT;