diff --git a/docker/migrate/database.pgload.txt b/docker/migrate/database.pgload.txt new file mode 100644 index 0000000..d738d93 --- /dev/null +++ b/docker/migrate/database.pgload.txt @@ -0,0 +1,5 @@ +load database + from ./database.db + into postgresql://sponsorblock:pw@127.0.0.1:5432/sponsorTimes + +with quote identifiers; \ No newline at end of file