Skip to content

Commit

Permalink
hardcode-nestedset
Browse files Browse the repository at this point in the history
  • Loading branch information
alikon authored Jul 3, 2023
1 parent 11c3136 commit c3ff33a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions installation/sql/postgresql/extensions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,9 @@ CREATE INDEX "#__scheduler_tasks_idx_priority" ON "#__scheduler_tasks" ("priorit
CREATE INDEX "#__scheduler_tasks_idx_cli_exclusive" ON "#__scheduler_tasks" ("cli_exclusive");
CREATE INDEX "#__scheduler_tasks_idx_checked_out" ON "#__scheduler_tasks" ("checked_out");

INSERT INTO "test_scheduler_tasks"("asset_id", "title", "type", "execution_rules", "cron_rules", "state", "last_exit_code", "params", "created")
VALUES (97,'UpdateNotification','update.notification', CONCAT('{"rule-type":"interval-hours","interval-hours":"24","exec-day":"01","exec-time":"', TO_CHAR(CURRENT_TIMESTAMP, 'HH24:00'), '"}'), '"}'), '{"type":"interval","exp":"PT24H"}', 1, 0, '{}', CURRENT_TIMESTAMP);

-- --------------------------------------------------------

--
Expand Down

0 comments on commit c3ff33a

Please sign in to comment.