FCLT#76751 Index op res_ruimte_sync.res_ruimte_key toevoegen
svn path=/Database/trunk/; revision=59544
This commit is contained in:
@@ -53,6 +53,8 @@ CREATE UNIQUE INDEX res_i_res_disc_params1 ON res_disc_params(res_ins_discipline
|
||||
|
||||
CREATE UNIQUE INDEX res_i_res_activiteitdisc1 ON res_activiteitdiscipline(res_discipline_key, res_activiteit_key);
|
||||
|
||||
CREATE UNIQUE INDEX res_i_res_ruimte_sync ON res_ruimte_sync(res_ruimte_key);
|
||||
|
||||
REGISTERONCE('$Id$')
|
||||
|
||||
#endif // RES
|
||||
|
||||
@@ -67,6 +67,9 @@ UPDATE fac_setting
|
||||
SET fac_setting_pvalue = (SELECT fac_setting_pvalue FROM fac_setting WHERE fac_setting_name = 'res_planbord_options')
|
||||
WHERE fac_setting_name = 'res_forselect_options';
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////// FCLT#76751
|
||||
CREATE UNIQUE INDEX res_i_res_ruimte_sync ON res_ruimte_sync(res_ruimte_key);
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////// FCLT#00000
|
||||
|
||||
REGISTERONCE('$Id$')
|
||||
|
||||
Reference in New Issue
Block a user