added api key migration

This commit is contained in:
John Yeo
2025-02-09 13:17:46 +00:00
parent fc0fa015c5
commit 8dd8dc46ff
7 changed files with 213 additions and 66 deletions

View File

@@ -8,4 +8,6 @@ export type ApiKey = {
prefix: string;
created_at: number;
env: AppEnv;
hashed_key: string;
meta: any;
};