sql/core_person_signup.sql
authorAlan Knowles <alan@roojs.com>
Fri, 5 Dec 2014 07:35:54 +0000 (15:35 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 5 Dec 2014 07:35:54 +0000 (15:35 +0800)
sql/core_person_signup.sql

index 8216d44..7314a13 100644 (file)
@@ -1,7 +1,7 @@
 
 
 -- used to store signups - before they have been verified.
---
+-- once the verified link has been pressed, use a add event, copy to a person, and remove record..
 
 CREATE TABLE Person (
   id int(11) NOT NULL auto_increment,