Je fatigue (oubli de nomme la table flood)
darcs-hash:20050831235651-6d78a-6f25c64d8a82ceb1bc7c6981be425627fd02e28c.gz
This commit is contained in:
parent
269fbc3665
commit
4e42f67bcd
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue