Skip to content

Commit e085b71

Browse files
committed
[TASK] Extend ignore_tables_out with sys_http_report as it can get quite big, and usually, it's not required in the dev environment (thanks to @mikestreety)
1 parent 4cd9df1 commit e085b71

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog
33
---------
44

5+
1.1.0
6+
-----
7+
8+
1) [TASK] Extend `ignore_tables_out` with `sys_http_report` as it can get quite big and, 99% of the time, it's not
9+
required in the dev environment (thanks to @mikestreety)
10+
511
1.0.0
612
-----
713

deployer/default/set.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
'fe_sessions',
3030
'fe_session_data',
3131
'sys_file_processedfile',
32+
'sys_http_report',
3233
'sys_refindex',
3334
'tx_devlog',
3435
'tx_extensionmanager_domain_model_extension',

0 commit comments

Comments
 (0)