mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-06 13:34:25 -04:00
Move privacy type into playlists.sql
This commit is contained in:
parent
7bb7003c9d
commit
61150c74d2
5 changed files with 11 additions and 13 deletions
|
@ -19,7 +19,6 @@ if [ ! -f /var/lib/postgresql/data/setupFinished ]; then
|
|||
su postgres -c 'psql invidious kemal < config/sql/session_ids.sql'
|
||||
su postgres -c 'psql invidious kemal < config/sql/nonces.sql'
|
||||
su postgres -c 'psql invidious kemal < config/sql/annotations.sql'
|
||||
su postgres -c 'psql invidious kemal < config/sql/privacy.sql'
|
||||
su postgres -c 'psql invidious kemal < config/sql/playlists.sql'
|
||||
su postgres -c 'psql invidious kemal < config/sql/playlist_videos.sql'
|
||||
touch /var/lib/postgresql/data/setupFinished
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue