Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit62b316b

Browse files
author
Vladimir Ershov
committed
move back
1 parent19750e1 commit62b316b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎test/make_test_env.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ SELECT schedule.create_job(
108108
'{
109109
"name": "Test #2: every 15 minute, not sngl transaction",
110110
"cron": "*/15 * * * *",
111-
"cron": "* * * * *",
112111
"commands": [
113112
"insert into result2 (time_mark, n, text) values (now(), 1,''start job'')",
114113
"insert into result2 (time_mark, n, text) values (now(), 2, random_finish())"
@@ -122,7 +121,6 @@ SELECT schedule.create_job(
122121
'{
123122
"name": "Test #3: 2/3 minute, sngl transaction",
124123
"cron": "*/15 * * * *",
125-
"cron": "* * * * *",
126124
"commands": [
127125
"insert into result3 (time_mark, n, text) values (now(), 1,''start job'')",
128126
"insert into result3 (time_mark, n, text) values (now(), 2, random_finish())"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp