Skip to content

Commit

Permalink
#7137 Fenster für externe System-Meldungen
Browse files Browse the repository at this point in the history
#10691
fix index creation
  • Loading branch information
BodorAnnamaria committed Feb 24, 2021
1 parent 54047af commit 0d97d74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
create index if not exists ad_pinstance_log_ad_pinstance_id_p_date on ad_pinstance_log (ad_pinstance_id, p_date);
comment on index ad_pinstance_log_ad_pinstance_id_created is 'helps to speed up displaying the logs of one AD_PInstance in their chronological order';
comment on index ad_pinstance_log_ad_pinstance_id_p_date is 'helps to speed up displaying the logs of one AD_PInstance in their chronological order';

create index if not exists ad_pinstance_para_perf on ad_pinstance_para (ad_pinstance_id, parametername, p_string);
comment on index ad_pinstance_para_perf is 'helps to speed up the view ExternalSystem_Config_PInstance_Log_v';

0 comments on commit 0d97d74

Please sign in to comment.