P8-Panels/db/I_P8PNL_JB_PRJCTS.sql

6 lines
400 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
Парус 8 - Панели мониторинга - ПУП - Балансировка планов-графиков проектов
Индексы для таблицы "Список балансируемых проектов"
*/
create index I_P8PNL_JB_PRJCTS_PROJECT_FK on P8PNL_JB_PRJCTS (PROJECT) tablespace <ИМЯНДЕКСНОГО_ТАБЛИЧНОГОРОСТРАНСТВА>;