Initial commit
This commit is contained in:
32
database structure
Executable file
32
database structure
Executable file
@ -0,0 +1,32 @@
|
||||
- tag
|
||||
- id
|
||||
- name (ignore case)
|
||||
|
||||
- source
|
||||
- id
|
||||
- path
|
||||
- type
|
||||
- audio
|
||||
- series
|
||||
- movie
|
||||
- other
|
||||
- name
|
||||
- description
|
||||
- season
|
||||
- episode
|
||||
|
||||
- clip
|
||||
- id
|
||||
- .source_id
|
||||
- path
|
||||
- type
|
||||
- audio
|
||||
- video
|
||||
- image
|
||||
- name
|
||||
- description
|
||||
|
||||
- item
|
||||
- id
|
||||
- .clip_id
|
||||
- .tag_id
|
Reference in New Issue
Block a user