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/0004_first_mockingbird.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 packages/console/core/migrations/0004_first_mockingbird.sql (limited to 'packages/console/core/migrations/0004_first_mockingbird.sql') diff --git a/packages/console/core/migrations/0004_first_mockingbird.sql b/packages/console/core/migrations/0004_first_mockingbird.sql new file mode 100644 index 000000000..2a6b11067 --- /dev/null +++ b/packages/console/core/migrations/0004_first_mockingbird.sql @@ -0,0 +1 @@ +ALTER TABLE `usage` ADD `provider` varchar(255); \ No newline at end of file -- cgit v1.2.3