feat: rename to robot

This commit is contained in:
karishmas6
2024-10-09 03:24:54 +05:30
parent 7074e5f183
commit 28e8dff217

View File

@@ -59,7 +59,7 @@ Robot.init(
},
{
sequelize,
tableName: 'robots',
tableName: 'robot',
timestamps: true,
}
);