fix wrong column names
parent
d55bedd01d
commit
b01c46dbc7
|
@ -15,8 +15,7 @@ module.exports = {
|
|||
id: {
|
||||
type: 'number',
|
||||
unique: true,
|
||||
autoIncrement: true,
|
||||
columnName: '_id'
|
||||
autoIncrement: true
|
||||
},
|
||||
title: { type: 'string', required: true },
|
||||
author: { type: 'string' },
|
||||
|
|
|
@ -28,8 +28,7 @@ module.exports = {
|
|||
id: {
|
||||
type: 'number',
|
||||
unique: true,
|
||||
autoIncrement: true,
|
||||
columnName: '_id'
|
||||
autoIncrement: true
|
||||
},
|
||||
// local, oauth2, etc
|
||||
protocol: {
|
||||
|
|
|
@ -14,8 +14,7 @@ module.exports = {
|
|||
id: {
|
||||
type: 'number',
|
||||
unique: true,
|
||||
autoIncrement: true,
|
||||
columnName: '_id'
|
||||
autoIncrement: true
|
||||
},
|
||||
email: {
|
||||
type: 'string',
|
||||
|
|
Loading…
Reference in New Issue