Move video file metadata in their own table
Will be used for user video quotas and multiple video resolutions
This commit is contained in:
parent
69f224587e
commit
93e1258c7c
30 changed files with 818 additions and 340 deletions
5
scripts/dev/index.sh
Executable file
5
scripts/dev/index.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
NODE_ENV=test concurrently -k \
|
||||
"npm run watch:client" \
|
||||
"npm run watch:server"
|
Loading…
Add table
Add a link
Reference in a new issue