Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Aug 16, 2024
1 parent 0a27173 commit dcedc39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htdocs/install/mysql/tables/llx_payment_expensereport.sql
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
create table llx_payment_expensereport
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
fk_expensereport integer, -- This columns will be abandonned in favor of the use of the n-n link table llx_paymentexpensereport_expensereport
fk_expensereport integer, -- This column will be abandonned in favor of the use of the n-n link table llx_paymentexpensereport_expensereport
datec datetime, -- date de creation
tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
datep datetime, -- payment date
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
--
-- ===================================================================

-- Table to manage the relation n-n between a payment of expense reports and all expense reports payed
-- Table to manage the relation n-n between a payment of expense reports and all expense reports paid

create table llx_paymentexpensereport_expensereport
(
Expand Down

0 comments on commit dcedc39

Please sign in to comment.