From: Norbert Moutarde Date: Sun, 23 Jun 2013 19:38:05 +0000 (+0200) Subject: tables1.sql is better now ! X-Git-Url: https://git.nothing2do.fr/?a=commitdiff_plain;h=df26d8665e105e5b77cc0006743deed1e3e99b1f;p=diary-shell.git tables1.sql is better now ! --- diff --git a/tables1.sql b/tables1.sql index ecd72ff..5b044c5 100755 --- a/tables1.sql +++ b/tables1.sql @@ -10,6 +10,7 @@ txt text create table alias ( id serial primary key, command text, +argc integer, nom text );