From 221c7a682de3ff5d499763691f7b0891db7086b8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20D=C3=B6rre?= Date: Sun, 24 Aug 2014 10:37:18 +0200 Subject: [PATCH] UPD: "awarded" points are now virtual and not needed anymore --- doc/tableStructure.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/tableStructure.sql b/doc/tableStructure.sql index cc47b41a..03c7b67d 100644 --- a/doc/tableStructure.sql +++ b/doc/tableStructure.sql @@ -213,7 +213,6 @@ CREATE TABLE `notary` ( `id` int(11) NOT NULL AUTO_INCREMENT, `from` int(11) NOT NULL DEFAULT '0', `to` int(11) NOT NULL DEFAULT '0', - `awarded` int(3) NOT NULL DEFAULT '0', `points` int(3) NOT NULL DEFAULT '0', `method` enum('Face to Face Meeting','Trusted Third Parties','Thawte Points Transfer','Administrative Increase','CT Magazine - Germany','Temporary Increase','Unknown','TOPUP','TTP-Assisted') NOT NULL DEFAULT 'Face to Face Meeting', `location` varchar(255) NOT NULL DEFAULT '', -- 2.39.2