From: Felix Dörre Date: Sun, 24 Aug 2014 08:37:18 +0000 (+0200) Subject: UPD: "awarded" points are now virtual and not needed anymore X-Git-Url: https://code.wpia.club/?p=gigi.git;a=commitdiff_plain;h=221c7a682de3ff5d499763691f7b0891db7086b8;hp=6457124fbfc81ab82fb0e8a533ad930d991dbf64 UPD: "awarded" points are now virtual and not needed anymore --- 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 '',