From f04705827a8426fdd51f876d0ad8ed9352538c18 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Sun, 19 Apr 2020 22:10:42 +0200 Subject: ajout de ports, centrage tableau, ... --- www/howto_psql | 3 +++ 1 file changed, 3 insertions(+) (limited to 'www/howto_psql') diff --git a/www/howto_psql b/www/howto_psql index 7d5adfc..67f1940 100755 --- a/www/howto_psql +++ b/www/howto_psql @@ -33,3 +33,6 @@ psql -d atsdb -U atsuser #initialize the tables \i /WHATEVER_PATH_YOUR_INIT_IS_IN/ATS-Project/website/init-bd.sql + +#quick insert +insert into paquet(heure,protocole,ip_source,ip_destination,port_source,port_destination) values ('10:30:30.60','ICMP','192.168.0.1','1.1.1.1',10000,1); -- cgit v1.2.3