fix
Deploy db-migrations / db-migrations (push) Successful in 38s

This commit is contained in:
2024-12-03 17:59:10 +02:00
parent dbbd39cf74
commit a2eab7c1de
3 changed files with 3 additions and 11 deletions
+2 -1
View File
@@ -1 +1,2 @@
.migrate
.migrate
-9
View File
@@ -1,9 +0,0 @@
{
"lastRun": "1732483677017-dbs.js",
"migrations": [
{
"title": "1732483677017-dbs.js",
"timestamp": 1733125611801
}
]
}
@@ -49,7 +49,7 @@ const headers = {
Authorization: "Basic " + btoa(`${urlObject.username}:${urlObject.password}`),
};
const getUrl = (dbUrlPath) => {
return `${urlObject.protocol}//${urlObject.host}${urlObject.pathname}${dbUrlPath}${urlObject.search}${urlObject.hash}`;
return `${urlObject.protocol}//${urlObject.host}${urlObject.pathname}/${dbUrlPath}${urlObject.search}${urlObject.hash}`;
};
export const up = async () => {