Start porting carnet to UserFilter.
[platal.git] / upgrade / account / 03_carnet.sql
index 707fe01..8e635fa 100644 (file)
@@ -1,6 +1,7 @@
 create table watch (
   uid   int(6) not null,
   flags set('contacts', 'mail') not null default 'contacts',
+  actions set('profile', 'registration', 'death', 'birthday') not null default '',
   last  timestamp not null default '0000-00-00',
 
   primary key uid (uid),