From 4ceabdffa07b1af8d99eb73622a4d549d99ec6d2 Mon Sep 17 00:00:00 2001 From: Frank Date: Thu, 18 Sep 2025 10:59:01 -0400 Subject: wip: zen --- packages/console/core/migrations/0006_parallel_gauntlet.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 packages/console/core/migrations/0006_parallel_gauntlet.sql (limited to 'packages/console/core/migrations/0006_parallel_gauntlet.sql') diff --git a/packages/console/core/migrations/0006_parallel_gauntlet.sql b/packages/console/core/migrations/0006_parallel_gauntlet.sql new file mode 100644 index 000000000..a1ff78e78 --- /dev/null +++ b/packages/console/core/migrations/0006_parallel_gauntlet.sql @@ -0,0 +1,2 @@ +ALTER TABLE `usage` ADD `cache_write_5m_tokens` int;--> statement-breakpoint +ALTER TABLE `usage` ADD `cache_write_1h_tokens` int; \ No newline at end of file -- cgit v1.2.3