mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
Add pg load file
This commit is contained in:
parent
b0c7a6c537
commit
a4bbc9f2ba
1 changed files with 5 additions and 0 deletions
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;
|
Loading…
Reference in a new issue