1
0
Fork 0
mirror of synced 2024-06-30 12:10:51 +12:00

addressing some comments

This commit is contained in:
shimon 2023-10-17 07:23:33 +03:00
parent e8dbd043ec
commit 56f565bf30

View file

@ -9,7 +9,7 @@ use Utopia\Queue\Connection;
class Event
{
public const DATABASE_QUEUE_NAME = 'v1-databases';
public const DATABASE_QUEUE_NAME = 'v1-database';
public const DATABASE_CLASS_NAME = 'DatabaseV1';
public const DELETE_QUEUE_NAME = 'v1-deletes';