1
0
mirror of https://github.com/iv-org/invidious.git synced 2024-12-23 06:19:37 -05:00
invidious/config/migrate-scripts/migrate-db-52cb239.sh

4 lines
89 B
Bash
Raw Normal View History

2019-05-30 16:09:39 -04:00
#!/bin/sh
psql invidious kemal -c "ALTER TABLE channel_videos ADD COLUMN views bigint;"