mirror of
https://github.com/iv-org/invidious.git
synced 2024-12-18 12:14:32 -05: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;"
|