[guadec-web] Add a public fields saying if people want to be listed as participants



commit 341594c1ab4f8e8c42a7717e48af677d68748804
Author: Pascal Terjan <pterjan gmail com>
Date:   Mon Jul 14 16:28:34 2014 +0000

    Add a public fields saying if people want to be listed as participants

 guadec/confirm-payment.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/guadec/confirm-payment.php b/guadec/confirm-payment.php
index 102b893..fc0971f 100644
--- a/guadec/confirm-payment.php
+++ b/guadec/confirm-payment.php
@@ -15,6 +15,7 @@ $sql = "CREATE TABLE $table_name (
   name tinytext NOT NULL,
   email VARCHAR(55) NOT NULL,
   accom VARCHAR(10) DEFAULT 'NO' NOT NULL,
+  public VARCHAR(3) DEFAULT 'NO' NOT NULL,
   arrive VARCHAR(20) DEFAULT 'NA' NOT NULL,
   depart VARCHAR(20) DEFAULT 'NA' NOT NULL,
   sponsored VARCHAR(10) DEFAULT 'NO' NOT NULL,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]