feat: Update project structure and configuration files
This commit is contained in:
19
backend/database/transform.yaml
Normal file
19
backend/database/transform.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
ignores:
|
||||
jet:
|
||||
- river_leader
|
||||
- river_job
|
||||
- river_client
|
||||
- river_client_queue
|
||||
- river_queue
|
||||
model:
|
||||
- migrations
|
||||
- user_posts
|
||||
types:
|
||||
# users: # table name
|
||||
# meta: UserMeta
|
||||
# meta: Json[UserMeta]
|
||||
posts:
|
||||
status: PostStatus
|
||||
assets: Json[[]MediaAsset]
|
||||
tags: Json[[]string]
|
||||
meta: PostMeta
|
||||
Reference in New Issue
Block a user