added api key migration
This commit is contained in:
@@ -8,4 +8,6 @@ export type ApiKey = {
|
||||
prefix: string;
|
||||
created_at: number;
|
||||
env: AppEnv;
|
||||
hashed_key: string;
|
||||
meta: any;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user