X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=upgrade%2Faccount%2F02_carnet.sql;h=aad0369eee87e197cc3771126102b386d18235ac;hb=c76545c351fae4e2298624ff9ee5bf854dc5a5b6;hp=ec903bff37e2229da772dda16f68229f5d92c523;hpb=950bf4f677e923c34f7d1523215f06876e338717;p=platal.git diff --git a/upgrade/account/02_carnet.sql b/upgrade/account/02_carnet.sql index ec903bf..aad0369 100644 --- a/upgrade/account/02_carnet.sql +++ b/upgrade/account/02_carnet.sql @@ -1,3 +1,4 @@ +drop table if exists watch; create table watch ( uid int(6) not null, flags set('contacts', 'mail') not null default 'contacts',