From 405789c40e7f4ea7197997cc3c82bfabbf015ad6 Mon Sep 17 00:00:00 2001 From: root p2p-next-02 Date: Sun, 7 Aug 2011 21:33:16 +0300 Subject: [PATCH] ppf: Change column name from direction_id to transfer_direction_id. --- ppf/sql/p2p-log-mysql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppf/sql/p2p-log-mysql.sql b/ppf/sql/p2p-log-mysql.sql index 365bd7e..b3fdfe4 100644 --- a/ppf/sql/p2p-log-mysql.sql +++ b/ppf/sql/p2p-log-mysql.sql @@ -109,7 +109,7 @@ CREATE TABLE verbose_messages ( id UNSIGNED INTEGER NOT NULL PRIMARY KEY AUTO_INCREMENT, client_session_id UNSIGNED INTEGER NOT NULL REFERENCES client_sessions(id) ON DELETE CASCADE ON UPDATE CASCADE, timestamp DATETIME, - direction_id UNSIGNED TINYINT NOT NULL REFERENCES transfer_directions(id), + transfer_direction_id UNSIGNED TINYINT NOT NULL REFERENCES transfer_directions(id), -- beware of IPv6 peer_ip VARCHAR(100) NOT NULL, peer_port UNSIGNED SMALLINT NOT NULL, -- 2.20.1