From edef3a5b111ad819270f9c359071b161258b09a2 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Tue, 21 May 2013 14:00:54 +0200 Subject: [PATCH] adding new SQL structure, removed a column from transactions --- sql/mmcfe_ng_structure.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/sql/mmcfe_ng_structure.sql b/sql/mmcfe_ng_structure.sql index 780d00e1..52639bbc 100644 --- a/sql/mmcfe_ng_structure.sql +++ b/sql/mmcfe_ng_structure.sql @@ -146,7 +146,6 @@ CREATE TABLE IF NOT EXISTS `transactions` ( `type` enum('Credit','Debit_MP','Debit_AP','Fee','Donation') DEFAULT NULL, `coin_address` varchar(255) DEFAULT NULL, `amount` double DEFAULT '0', - `fee_amount` float DEFAULT '0', `block_id` int(255) DEFAULT NULL, `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`),