mirror of
https://github.com/iv-org/invidious.git
synced 2025-10-11 09:58:02 +00:00
4 lines
89 B
Bash
Executable File
4 lines
89 B
Bash
Executable File
#!/bin/sh
|
|
|
|
psql invidious kemal -c "ALTER TABLE channel_videos ADD COLUMN views bigint;"
|