feat: db schema update from string to json column type
This commit is contained in:
@@ -7,8 +7,6 @@ export type TopicDef = {
|
||||
[
|
||||
topic: `user_environment/${string}/${'created' | 'updated' | 'deleted'}`
|
||||
]: UserEnvironment;
|
||||
[
|
||||
topic: `user/${string}/${'created' | 'updated' | 'deleted'}`
|
||||
]: User;
|
||||
[topic: `user/${string}/${'updated'}`]: User;
|
||||
[topic: `user_environment/${string}/deleted_many`]: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user