]> git.nothing2do.fr Git - diary-shell.git/commitdiff
tables1.sql is better now !
authorNorbert Moutarde <norbert.moutarde@nothing2do.eu>
Sun, 23 Jun 2013 19:38:05 +0000 (21:38 +0200)
committerNorbert Moutarde <norbert.moutarde@nothing2do.eu>
Sun, 23 Jun 2013 19:38:05 +0000 (21:38 +0200)
tables1.sql

index ecd72ffe929e5b6aa60e6468e3b0a349f4de500a..5b044c58eac73581aa2343253428fa318880911a 100755 (executable)
@@ -10,6 +10,7 @@ txt text
 create table alias (
 id serial primary key,
 command text,
+argc integer,
 nom text
 );