From df26d8665e105e5b77cc0006743deed1e3e99b1f Mon Sep 17 00:00:00 2001 From: Norbert Moutarde Date: Sun, 23 Jun 2013 21:38:05 +0200 Subject: [PATCH] tables1.sql is better now ! --- tables1.sql | 1 + 1 file changed, 1 insertion(+) 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 ); -- 2.45.1