refs #7400 feat: book ledger with counters
gitea/salix/pipeline/pr-test This commit looks good Details

This commit is contained in:
Carlos Andrés 2024-05-15 15:08:04 +02:00
parent 7de4cd9026
commit 491b1e0504
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
CREATE OR REPLACE TABLE OR REPLACE vn.ledgerCompany (
CREATE OR REPLACE TABLE vn.ledgerCompany (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`fiscalYear` int(10) unsigned NOT NULL COMMENT 'Año del ejercicio contable',
`bookEntry` int(10) unsigned NOT NULL DEFAULT 1 COMMENT 'Contador asiento contable',