Suppression du champs date inutile

This commit is contained in:
Rodolphe Quiedeville 2004-01-24 12:37:06 +00:00
parent 36b236d709
commit 10bfb53832

View File

@ -23,7 +23,6 @@
create table llx_birthday_alert
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
date_alert date,
fk_contact integer, -- pointe sur llx_socpeople
fk_user integer
);