Permit to drop bad record from a bank import

This commit is contained in:
sparkyx 2006-07-14 22:13:39 +00:00
parent 8eeb46c7da
commit d672886b70
11 changed files with 81 additions and 40 deletions

View file

@ -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
);