mirror of
https://github.com/iv-org/invidious
synced 2025-09-06 05:21:17 +02: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;"
|