altocompta/html/admin/sql/account_repository/index.sql
sparkyx 53234e02f3 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
2005-02-06 01:05:14 +00:00

2 lines
129 B
SQL

CREATE INDEX fk_jnt_use_dos ON jnt_use_dos USING btree (use_id);
CREATE INDEX fk_jnt_dos_id ON jnt_use_dos USING btree (dos_id);