timetable.execution_log #441
Closed
petr-klinger
started this conversation in
General
Replies: 2 comments
-
oh, I see your point. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I would prefer
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The "timetable.execution log" table is not empty for running applications. Therefore, change # 436 is needed instead of the current SQL statement "ALTER TABLE timetable.execution_log ADD COLUMN txid INTEGER NOT NULL;" use SQL statement "ALTER TABLE timetable.execution_log ADD COLUMN txid SERIAL NOT NULL;"
Beta Was this translation helpful? Give feedback.
All reactions