Fix bug in the update scripts
This commit is contained in:
parent
38cd7bdee8
commit
cb6834c2fb
5 changed files with 7 additions and 5 deletions
|
|
@ -49,7 +49,7 @@ INSERT INTO jnt_use_dos (jnt_id, use_id, dos_id) VALUES (23, 5, 1);
|
|||
-- Name: version; Type: TABLE DATA; Schema: public; Owner: phpcompta
|
||||
--
|
||||
|
||||
INSERT INTO "version" (val) VALUES (4);
|
||||
INSERT INTO "version" (val) VALUES (3);
|
||||
|
||||
|
||||
--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue