@@ -1 +1,2 @@
|
||||
.migrate
|
||||
|
||||
|
||||
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user