new db version for isAdmin in user db model

This commit is contained in:
Moriz Wahl 2022-04-20 11:20:28 +02:00
parent ca4a92d321
commit 5c6aa5d4ce
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Decimal.set({
})
const constants = {
DB_VERSION: '0033-add_referrer_id',
DB_VERSION: '0034-drop_server_user_table',
DECAY_START_TIME: new Date('2021-05-13 17:46:31'), // GMT+0
CONFIG_VERSION: {
DEFAULT: 'DEFAULT',

View File

@ -17,6 +17,7 @@ const communityDbUser: dbUser = {
createdAt: new Date(),
emailChecked: false,
language: '',
isAdmin: false,
publisherId: 0,
passphrase: '',
settings: [],