mirror of
https://github.com/idanoo/go-mastodon-stats
synced 2025-07-03 06:42:19 +00:00
Add calckey
This commit is contained in:
parent
c252860d87
commit
6fdda6c360
3 changed files with 23 additions and 0 deletions
|
@ -65,4 +65,9 @@ var (
|
|||
BOOKWYRM_DB_SCHEMA string
|
||||
BOOKWYRM_USER_QUERY = "SELECT count(*) FROM bookwyrm_user WHERE local = True AND is_active = True;"
|
||||
BOOKWYRM_IDENTIFIER = "bookwyrm"
|
||||
|
||||
// Calckey
|
||||
CALCKEY_DB_SCHEMA string
|
||||
CALCKEY_USER_QUERY = `SELECT count(*) FROM "user" WHERE "isDeleted" = False and "host" IS NULL;`
|
||||
CALCKEY_IDENTIFIER = "calckey"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue