NEW :
In order to get easier the installation and the upgrade of the database a new module webbased has been created, the old version of install.sh is now obsolete
This commit is contained in:
parent
29f5d52e33
commit
53234e02f3
32 changed files with 4798 additions and 0 deletions
10
html/admin/sql/mod1/index.sql
Normal file
10
html/admin/sql/mod1/index.sql
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
-- 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
|
||||
CREATE INDEX fk_stock_goods_j_id ON stock_goods USING btree (j_id);
|
||||
-- Name: fk_stock_goods_f_id; Type: INDEX; Schema: public; Owner: phpcompta
|
||||
CREATE INDEX fk_stock_goods_f_id ON stock_goods USING btree (f_id);
|
||||
Loading…
Add table
Add a link
Reference in a new issue