]> WPIA git - gigi.git/commitdiff
UPD: "awarded" points are now virtual and not needed anymore
authorFelix Dörre <felix@dogcraft.de>
Sun, 24 Aug 2014 08:37:18 +0000 (10:37 +0200)
committerFelix Dörre <felix@dogcraft.de>
Sun, 24 Aug 2014 08:37:18 +0000 (10:37 +0200)
doc/tableStructure.sql

index cc47b41af473b959773c1624b0855f87141f499e..03c7b67d0cb2e25c576824dc0a13cab7b686e918 100644 (file)
@@ -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 '',