github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
github ([personal profile] github) wrote in [site community profile] changelog2020-12-06 10:01 pm

[dreamwidth/dw-free] 633202: cleanup spamreports & userlog

Branch: refs/heads/master Home: https://github.com/dreamwidth/dw-free Commit: 6332020bb5061e4ae6b53598dbef13aaafcc96f7 https://github.com/dreamwidth/dw-free/commit/6332020bb5061e4ae6b53598dbef13aaafcc96f7 Author: Kareila kareila@dreamwidth.org Date: 2020-12-06 (Sun, 06 Dec 2020)

Changed paths: M bin/upgrading/update-db-general.pl

Log Message:


cleanup spamreports & userlog

These two tables already had widened the ip column, but needed cleanup in the declarations. The spamreports table was still being created with the smaller column size, and the userlog table was calling do_alter with the wrong table name in the first argument of the function call.

Commit: 06db0e4ff9e74f6decfbfc1d2c4776ececf670cd https://github.com/dreamwidth/dw-free/commit/06db0e4ff9e74f6decfbfc1d2c4776ececf670cd Author: Kareila kareila@dreamwidth.org Date: 2020-12-06 (Sun, 06 Dec 2020)

Changed paths: M bin/upgrading/update-db-general.pl

Log Message:


widen ip column for tempanonips

Same as for spamreports and userlog, except for the additional NOT NULL value constraint on the column.

Commit: c156e856e062d64090137491fa00c21954c236f8 https://github.com/dreamwidth/dw-free/commit/c156e856e062d64090137491fa00c21954c236f8 Author: Kareila kareila@dreamwidth.org Date: 2020-12-06 (Sun, 06 Dec 2020)

Changed paths: M bin/upgrading/update-db-general.pl

Log Message:


widen ip column for loginlog

Compare: https://github.com/dreamwidth/dw-free/compare/3da4059f41b9...c156e856e062