Skip to content

Commit

Permalink
postgresql-4.3-all.sql: removed superfluous warning-causing commit
Browse files Browse the repository at this point in the history
If someone starts the trn before this, it's their call to commit it.
  • Loading branch information
virgo47 committed May 14, 2021
1 parent 3af1035 commit e69d1c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/sql/postgresql-4.3-all.sql
Expand Up @@ -1399,5 +1399,3 @@ create index idx_qrtz_ft_j_g on qrtz_fired_triggers(SCHED_NAME,JOB_NAME,JOB_GROU
create index idx_qrtz_ft_jg on qrtz_fired_triggers(SCHED_NAME,JOB_GROUP);
create index idx_qrtz_ft_t_g on qrtz_fired_triggers(SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP);
create index idx_qrtz_ft_tg on qrtz_fired_triggers(SCHED_NAME,TRIGGER_GROUP);

commit;

0 comments on commit e69d1c0

Please sign in to comment.