Skip to content

Commit

Permalink
Add column modification_time to the CREATE TABLE Statement for
Browse files Browse the repository at this point in the history
the table reports in manage_pg.c
  • Loading branch information
jhelmold committed May 12, 2021
1 parent 0277844 commit 082371e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/manage_pg.c
Original file line number Diff line number Diff line change
Expand Up @@ -2308,7 +2308,8 @@ create_tables ()
" comment text,"
" scan_run_status integer,"
" slave_progress integer,"
" flags integer);");
" flags integer,"
" modification_time);");

sql ("CREATE TABLE IF NOT EXISTS report_counts"
" (id SERIAL PRIMARY KEY,"
Expand Down

0 comments on commit 082371e

Please sign in to comment.