diff options
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-x | checksetup.pl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/checksetup.pl b/checksetup.pl index 16f2a9c19..7b5658ad6 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -751,6 +751,15 @@ $table{keyworddefs} = unique(name)'; +$table{shadowlog} = + 'id int not null auto_increment primary key, + ts timestamp, + reflected tinyint not null, + command mediumtext not null, + + index(reflected)'; + + ########################################################################### # Create tables |