Je fatigue (oubli de nomme la table flood)

darcs-hash:20050831235651-6d78a-6f25c64d8a82ceb1bc7c6981be425627fd02e28c.gz
This commit is contained in:
pessoles 2005-09-01 01:56:51 +02:00
parent 269fbc3665
commit 4e42f67bcd

View file

@ -34,7 +34,7 @@ CREATE TABLE virus (
CONSTRAINT virus_protocole FOREIGN KEY (id) REFERENCES protocole (id)); CONSTRAINT virus_protocole FOREIGN KEY (id) REFERENCES protocole (id));
-- Table Flood : date | source | destinataire | protocole | port source | port dest -- Table Flood : date | source | destinataire | protocole | port source | port dest
CREATE TABLE virus ( CREATE TABLE flood (
date timestamp NOT NULL, date timestamp NOT NULL,
ip_src inet NOT NULL, ip_src inet NOT NULL,
ip_dest inet NOT NULL, ip_dest inet NOT NULL,