Permit to drop bad record from a bank import
This commit is contained in:
parent
8eeb46c7da
commit
d672886b70
11 changed files with 81 additions and 40 deletions
|
|
@ -151,7 +151,7 @@ CREATE TABLE import_tmp (
|
|||
detail text,
|
||||
num_compte text,
|
||||
poste_comptable text,
|
||||
status char(1) default 'w' not null check (status in ('t','d','w')),
|
||||
status varchar(1) default 'n' not null check (status in ('n','t','d','w')),
|
||||
bq_account integer NOT NULL,
|
||||
jrn integer NOT NULL
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue