diff --git a/migrations/008_reset_callLogs_table.sql b/migrations/008_reset_callLogs_table.sql new file mode 100644 index 0000000..3adef0e --- /dev/null +++ b/migrations/008_reset_callLogs_table.sql @@ -0,0 +1,2 @@ +-- Had to do this because we changed the timestamp format to full epoch, instead of / 1000 +DELETE FROM callLogs; \ No newline at end of file