fix(core): update
This commit is contained in:
		| @@ -41,7 +41,7 @@ export class TimeDataTable { | ||||
|     // lets adjust the TTL | ||||
|     await smartClickHouseDbRefArg.clickhouseClient | ||||
|       .queryPromise(` | ||||
|         ALTER TABLE ${newTable.tableName} MODIFY TTL toDateTime(timestamp) + INTERVAL 2 DAY | ||||
|         ALTER TABLE ${newTable.tableName} MODIFY TTL toDateTime(timestamp) + INTERVAL 1 MONTH | ||||
|       `); | ||||
|  | ||||
|     await newTable.updateColumns(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user