mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 17:13:03 +01:00
#23331 Add parent project field to database
This commit is contained in:
@@ -411,3 +411,4 @@ CREATE TABLE llx_c_invoice_subtype (
|
||||
|
||||
ALTER TABLE llx_c_invoice_subtype ADD UNIQUE INDEX uk_c_invoice_subtype (entity, code);
|
||||
|
||||
ALTER TABLE llx_projet ADD COLUMN fk_project int DEFAULT NULL;
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
create table llx_projet
|
||||
(
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
fk_project integer DEFAULT NULL, -- parent project rowid
|
||||
fk_soc integer,
|
||||
datec datetime, -- date creation project
|
||||
tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||
|
||||
Reference in New Issue
Block a user