From: Nothing2Do Date: Fri, 13 Dec 2013 12:18:32 +0000 (+0100) Subject: Update db.sql X-Git-Url: https://git.nothing2do.fr/?a=commitdiff_plain;h=e64f451cebc12322f5de1870b098235a3c2bb52e;p=diary-mobile.git Update db.sql --- diff --git a/db.sql b/db.sql index 2210289..469d587 100644 --- a/db.sql +++ b/db.sql @@ -3,7 +3,7 @@ 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 ','tu as un copain, vraiment ?','begi-opub-audre-raison '); +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;