We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc4233c commit 4e4d122Copy full SHA for 4e4d122
templates/cli/lib/config.js.twig
@@ -156,7 +156,7 @@ class Local extends Config {
156
157
let collections = this.get("collections");
158
for (let i = 0; i < collections.length; i++) {
159
- if (collections[i]['$id'] == props['$id']) {
+ if (collections[i]['$id'] == props['$id'] && collections[i]['databaseId'] == props['databaseId']) {
160
collections[i] = props;
161
this.set("collections", collections);
162
return;
0 commit comments