fixed migrations
This commit is contained in:
		| @ -3,7 +3,7 @@ | |||||||
| const client = require('../utils/redis'); | const client = require('../utils/redis'); | ||||||
|  |  | ||||||
| (async function(){ | (async function(){ | ||||||
| 	await client.rename('hosts', 'host'); | 	await client.RENAME('hosts', 'host'); | ||||||
| 	let hosts = await client.SMEMBERS('host'); | 	let hosts = await client.SMEMBERS('host'); | ||||||
|  |  | ||||||
| 	for(let host of hosts){ | 	for(let host of hosts){ | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user