task 4111 : correct & improve sql script
This commit is contained in:
parent
ff5fc35d50
commit
38fb7f1768
18 changed files with 1281 additions and 785 deletions
|
|
@ -1,7 +1,3 @@
|
|||
-- Name: x_act; Type: INDEX; Schema: public; Owner: phpcompta
|
||||
CREATE UNIQUE INDEX x_act ON "action" USING btree (ac_description);
|
||||
-- Name: x_usr_jrn; Type: INDEX; Schema: public; Owner: phpcompta
|
||||
CREATE UNIQUE INDEX x_usr_jrn ON user_sec_jrn USING btree (uj_login, uj_jrn_id);
|
||||
-- Name: x_jrn_jr_id; Type: INDEX; Schema: public; Owner: phpcompta
|
||||
CREATE UNIQUE INDEX x_jrn_jr_id ON jrn USING btree (jr_id);
|
||||
-- Name: fk_stock_goods_j_id; Type: INDEX; Schema: public; Owner: phpcompta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue