mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
mock migrations
This commit is contained in:
@@ -35,7 +35,7 @@ const sdkForProject = {
|
||||
storage: new Storage(clientProject),
|
||||
teams: new Teams(clientProject),
|
||||
users: new Users(clientProject),
|
||||
// migrations: new Migrations(clientProject)
|
||||
migrations: {}
|
||||
};
|
||||
|
||||
export const getSdkForProject = (projectId: string) => {
|
||||
@@ -57,7 +57,7 @@ export const sdk = {
|
||||
projects: new Projects(clientConsole),
|
||||
teams: new Teams(clientConsole),
|
||||
users: new Users(clientConsole),
|
||||
// migrations: new Migrations(clientConsole)
|
||||
migrations: {}
|
||||
},
|
||||
get forProject() {
|
||||
const projectId = getProjectId();
|
||||
|
||||
Reference in New Issue
Block a user