mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 03:26:59 +03:00
Add pg load file
This commit is contained in:
5
docker/migrate/database.pgload.txt
Normal file
5
docker/migrate/database.pgload.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
load database
|
||||
from ./database.db
|
||||
into postgresql://sponsorblock:pw@127.0.0.1:5432/sponsorTimes
|
||||
|
||||
with quote identifiers;
|
||||
Reference in New Issue
Block a user