sql/core_person.sql
[Pman.Core] / sql / core_person.sql
index 79d11f7..a001d10 100644 (file)
@@ -101,4 +101,6 @@ ALTER TABLE core_person add index lookup_owner(owner_id);
  
 --  finally - always innodb
   
-ALTER TABLE core_person ADD COLUMN post_code VARCHAR(256) NOT NULL DEFAULT '';
\ No newline at end of file
+ALTER TABLE core_person ADD COLUMN post_code VARCHAR(256) NOT NULL DEFAULT '';
+
+ALTER TABLE core_person ADD COLUMN oath_key VARCHAR(254) NOT NULL DEFAULT ''; 
\ No newline at end of file