Katie Smith
67d1b3719e
Stop blank strings being inserted as inbound numbers
...
We had an inbound number in the database with a value of ''. This
could happen if there are blank lines in the inbound numbers file
we use for the `insert-inbound-numbers` command. To avoid this
happening again, the command now calls `.strip()` on each line of the
file and only inserts a row if the result is truthy (i.e. not '').
2022-03-01 15:31:54 +00:00
..
2021-08-04 16:16:31 +01:00
2021-03-15 17:18:20 +00:00
2022-02-28 12:45:25 +00:00
2022-02-14 12:34:09 +00:00
2022-02-16 13:40:05 +00:00
2021-10-28 11:12:18 +01:00
2021-03-12 11:45:45 +00:00
2022-02-21 10:39:48 +00:00
2021-12-21 17:45:53 +00:00
2021-03-12 11:45:45 +00:00
2021-03-12 11:45:45 +00:00
2021-09-15 15:36:17 +01:00
2021-03-12 11:45:45 +00:00
2021-03-12 11:45:45 +00:00
2021-03-12 11:45:45 +00:00
2021-03-12 11:45:45 +00:00
2021-03-18 13:05:12 +00:00
2021-12-21 12:49:00 +00:00
2022-01-13 17:12:40 +00:00
2021-11-25 17:14:34 +00:00
2021-03-15 12:04:53 +00:00
2022-01-18 18:03:16 +00:00
2021-03-12 11:45:45 +00:00
2021-03-12 11:45:45 +00:00
2022-01-13 17:12:40 +00:00
2021-03-12 13:56:05 +00:00
2021-03-12 11:45:45 +00:00
2021-04-29 13:32:36 +01:00
2021-04-19 10:56:00 +01:00
2021-03-12 11:45:45 +00:00
2021-03-12 11:45:45 +00:00
2022-02-02 17:15:09 +00:00
2022-02-22 16:26:05 +00:00
2021-05-12 17:48:38 +01:00
2021-03-12 11:45:45 +00:00
2021-11-16 13:58:12 +00:00
2021-04-29 13:49:37 +01:00
2022-03-01 15:31:54 +00:00
2022-02-28 11:50:55 +00:00
2021-11-17 09:48:03 +00:00
2021-03-12 11:45:45 +00:00
2021-03-12 11:45:45 +00:00
2021-03-12 11:45:45 +00:00
2022-02-09 10:15:03 +00:00
2021-03-12 11:45:45 +00:00
2021-06-16 10:46:18 +01:00
2022-02-10 10:51:27 +00:00