fixed migrations

This commit is contained in:
William Mantly 2020-04-11 16:36:41 -04:00
parent df69e4535a
commit 6610368109

View File

@ -3,7 +3,7 @@
const client = require('../utils/redis');
(async function(){
await client.rename('hosts', 'host');
await client.RENAME('hosts', 'host');
let hosts = await client.SMEMBERS('host');
for(let host of hosts){