Fix problem of version the scherma version of the REL100A is 4 and no 3
This commit is contained in:
parent
27508413cc
commit
bfee1c0a3d
4 changed files with 6 additions and 6 deletions
|
|
@ -521,7 +521,7 @@ INSERT INTO tmp_pcmn (pcm_val, pcm_lib, pcm_val_parent, pcm_country) VALUES (101
|
|||
-- Name: version; Type: TABLE DATA; Schema: public; Owner: phpcompta
|
||||
--
|
||||
|
||||
INSERT INTO "version" (val) VALUES (3);
|
||||
INSERT INTO "version" (val) VALUES (4);
|
||||
|
||||
|
||||
--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue