Suppression du champs date inutile
This commit is contained in:
parent
36b236d709
commit
10bfb53832
@ -23,7 +23,6 @@
|
|||||||
create table llx_birthday_alert
|
create table llx_birthday_alert
|
||||||
(
|
(
|
||||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
date_alert date,
|
|
||||||
fk_contact integer, -- pointe sur llx_socpeople
|
fk_contact integer, -- pointe sur llx_socpeople
|
||||||
fk_user integer
|
fk_user integer
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user