mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-15 22:11:36 +01:00
Clean code
This commit is contained in:
@@ -48,7 +48,6 @@ create table llx_actioncomm
|
||||
priority smallint, -- priority (ical standard)
|
||||
visibility varchar(12) DEFAULT 'default', -- visibility (ical standard) - 'default', 'public', 'private', 'confidential'
|
||||
fulldayevent smallint NOT NULL default 0, -- full day (ical standard)
|
||||
punctual smallint NOT NULL default 1, -- deprecated. milestone is event with date start (datep) = date end (datep2)
|
||||
percent smallint NOT NULL default 0,
|
||||
location varchar(128),
|
||||
durationp real, -- planed duration
|
||||
|
||||
Reference in New Issue
Block a user