mirror of
https://gitea.invidious.io/iv-org/invidious
synced 2025-01-01 11:38:45 +01:00
4 lines
89 B
Bash
4 lines
89 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
psql invidious kemal -c "ALTER TABLE channel_videos ADD COLUMN views bigint;"
|