forked from GitHub/dbot
13 lines
272 B
JSON
13 lines
272 B
JSON
{
|
|
"dbType": "redis",
|
|
"dbKeys": [ "polls" ],
|
|
"ignorable": true,
|
|
"dependencies": [ "users", "web", "event" ],
|
|
"schema": {
|
|
"poll": {
|
|
"pkey": "name",
|
|
"fields": [ "description", "owner", "votes", "votees" ]
|
|
}
|
|
}
|
|
}
|