Fix call logs
This commit is contained in:
parent
0f0fac9354
commit
4ef5664510
2
migrations/008_reset_callLogs_table.sql
Normal file
2
migrations/008_reset_callLogs_table.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
-- Had to do this because we changed the timestamp format to full epoch, instead of / 1000
|
||||
DELETE FROM callLogs;
|
Loading…
Reference in a new issue