🔖 Enhancement description
This is for collections where we want the rows, say older than 60 days, to auto delete. Currently, I guess we can do this with scheduled functions, but how about -
const promise = tablesDB.createRow({
databaseId: '<DATABASE_ID>',
tableId: '<TABLE_ID>',
rowId: ID.unique(),
data: {},
ttl: 5184000 // 60 days in seconds
});
🎤 Pitch
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
🔖 Enhancement description
This is for collections where we want the rows, say older than 60 days, to auto delete. Currently, I guess we can do this with scheduled functions, but how about -
🎤 Pitch
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?