feat: db schema update from string to json column type

This commit is contained in:
Mir Arif Hasan
2023-01-24 15:10:54 +06:00
parent 33e4a15830
commit ebbe015bbc
7 changed files with 84 additions and 50 deletions

View File

@@ -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;
};