]> git.mxchange.org Git - fba.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 11 Jul 2023 05:58:58 +0000 (07:58 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 11 Jul 2023 05:58:58 +0000 (07:58 +0200)
commitf384904c74557de49ca7fddb0555821064a8bb13
tree155a2ca88dda4968c69b7c81f3fe4560149fcde2
parent9f6d01c70db854e6dc12c3fcf4fdee1565ec46b9
Continued:
- alias "quarantined_instances" to "quarantined", you may have to run
  `DELETE FROM blocks WHERE block_level='quarantined_instances';`
- ... and: `UPDATE instances SET last_blocked = NULL WHERE software IS NOT NULL AND last_status_code = 200;`
- ... to reset your database, then don't forget to execute ./fba.py fetch_blocks
fba/models/blocks.py
fba/utils.py