Skip to content

Commit 6bf038a

Browse files
committed
UPDATE db name
1 parent a152058 commit 6bf038a

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed

examples/node/.babelrc

100644100755
File mode changed.

examples/node/.gitignore

100644100755
File mode changed.

examples/node/app2.js

100644100755
File mode changed.

examples/node/database.js

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ let database, heroesCollection, heroStatus$;
3131
const create = async() => {
3232
return RxDB
3333
.create({
34-
name: 'heroesdb2',
34+
name: 'heroesdb',
3535
adapter: 'leveldb',
3636
password: 'myLongAndStupidPassword',
3737
multiInstance: true

examples/node/keybindings.js

100644100755
File mode changed.

examples/node/log.js

100644100755
File mode changed.

examples/node/random-color.js

100644100755
File mode changed.

0 commit comments

Comments
 (0)