1
0
Fork 0
mirror of https://github.com/iv-org/invidious.git synced 2025-06-08 14:52:52 -04:00
invidious/config/migrate-scripts/migrate-db-52cb239.sh
2019-05-30 18:59:13 -05:00

3 lines
89 B
Bash
Executable file

#!/bin/sh
psql invidious kemal -c "ALTER TABLE channel_videos ADD COLUMN views bigint;"