refs #7400 feat: book ledger with counters
gitea/salix/pipeline/pr-test There was a failure building this commit Details

This commit is contained in:
Carlos Andrés 2024-05-15 15:06:47 +02:00
parent f923dd5b21
commit 7de4cd9026
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
CREATE TABLE OR REPLACE vn.ledgerCompany (
CREATE OR REPLACE TABLE OR REPLACE 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',