mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-05 17:36:09 +00:00
corrected migration name since two tables are affected
This commit is contained in:
parent
0431e40e48
commit
2a48c34fd8
@ -12,7 +12,7 @@ Decimal.set({
|
||||
})
|
||||
|
||||
const constants = {
|
||||
DB_VERSION: '0067-community_table_public_key_length',
|
||||
DB_VERSION: '0067-community_tables_public_key_length',
|
||||
DECAY_START_TIME: new Date('2021-05-13 17:46:31-0000'), // GMT+0
|
||||
LOG4JS_CONFIG: 'log4js-config.json',
|
||||
// default log level on production should be info
|
||||
|
||||
@ -1 +1 @@
|
||||
export { Community } from './0067-community_table_public_key_length/Community'
|
||||
export { Community } from './0067-community_tables_public_key_length/Community'
|
||||
|
||||
@ -1 +1 @@
|
||||
export { FederatedCommunity } from './0067-community_table_public_key_length/FederatedCommunity'
|
||||
export { FederatedCommunity } from './0067-community_tables_public_key_length/FederatedCommunity'
|
||||
|
||||
@ -3,7 +3,7 @@ import dotenv from 'dotenv'
|
||||
dotenv.config()
|
||||
|
||||
const constants = {
|
||||
DB_VERSION: '0067-community_table_public_key_length',
|
||||
DB_VERSION: '0067-community_tables_public_key_length',
|
||||
LOG4JS_CONFIG: 'log4js-config.json',
|
||||
// default log level on production should be info
|
||||
LOG_LEVEL: process.env.LOG_LEVEL || 'info',
|
||||
|
||||
@ -11,7 +11,7 @@ Decimal.set({
|
||||
*/
|
||||
|
||||
const constants = {
|
||||
DB_VERSION: '0067-community_table_public_key_length',
|
||||
DB_VERSION: '0067-community_tables_public_key_length',
|
||||
// DECAY_START_TIME: new Date('2021-05-13 17:46:31-0000'), // GMT+0
|
||||
LOG4JS_CONFIG: 'log4js-config.json',
|
||||
// default log level on production should be info
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user