#editorial | Logs for 2021-11-21

« return
[02:10:07] -!- inky has quit [Ping timeout: 264 seconds]
[03:09:14] -!- inky [inky!~inky@185.31.vsn.ynl] has joined #editorial
[18:26:54] <Bytram> Updating Beg-o-Meter
[18:28:38] <Bytram> mysql> SELECT SUM(payment_net) AS Net, 100.0 * SUM(payment_net) / 3500.00 AS GoalPercent, MAX(ts), MAX(spid), NOW() FROM subscribe_payments WHERE spid >= 1618 ;
[18:28:38] <Bytram> +---------+-------------+---------------------+-----------+---------------------+
[18:28:38] <Bytram> | Net | GoalPercent | MAX(ts) | MAX(spid) | NOW() |
[18:28:38] <Bytram> +---------+-------------+---------------------+-----------+---------------------+
[18:28:38] <Bytram> | 1210.04 | 34.5725714 | 2021-11-21 14:54:31 | 1676 | 2021-11-21 18:28:23 |
[18:28:40] <Bytram> +---------+-------------+---------------------+-----------+---------------------+
[18:28:42] <Bytram> 1 row in set (0.01 sec)
[18:28:44] <Bytram> mysql>
[18:32:04] <Bytram> Update complete!