SponsorBlockServer/docker/migrate/database.pgload.txt

5 lines
129 B
Text
Raw Normal View History

2021-03-09 01:25:20 +01:00
load database
from ./database.db
into postgresql://sponsorblock:pw@127.0.0.1:5432/sponsorTimes
with quote identifiers;