Fix log line
This commit is contained in:
parent
c27746b79e
commit
c81ce1dc92
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@
|
||||||
{
|
{
|
||||||
version: '12.0',
|
version: '12.0',
|
||||||
migrate(transaction, next) {
|
migrate(transaction, next) {
|
||||||
console.log('migration 1.0');
|
console.log('migration 12.0');
|
||||||
console.log('creating object stores');
|
console.log('creating object stores');
|
||||||
const messages = transaction.db.createObjectStore('messages');
|
const messages = transaction.db.createObjectStore('messages');
|
||||||
messages.createIndex('conversation', ['conversationId', 'received_at'], {
|
messages.createIndex('conversation', ['conversationId', 'received_at'], {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue