mirror of
https://github.com/iv-org/invidious.git
synced 2024-12-11 00:34:37 -05: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;"
|