Update package.json

This commit is contained in:
Anatoliy Chakkaev 2013-03-07 02:49:06 +07:00
parent 5083c855a8
commit cfdd519f32
2 changed files with 4 additions and 1 deletions

View File

@ -19,5 +19,9 @@
"url": "https://github.com/1602/jugglingdb-mysql.git"
},
"author": "Anatoliy Chakkaev <mail@anatoliy.in>",
"maintainers": [
{ "name": "dgsan", "url": "https://github.com/dgsan" }
{ "name": "Anatoliy Chakkaev", "url": "https://github.com/1602" }
],
"license": "MIT"
}

View File

@ -24,7 +24,6 @@ User = schema.define 'User',
, indexes:
index1:
columns: 'email, createdByAdmin'
table: 'user'
withBlankDatabase = (cb) ->
db = schema.settings.database = DBNAME