mirror of
https://github.com/plankanban/planka.git
synced 2025-12-13 09:13:19 +03:00
fix: Configurable database schema name (#1046)
This commit is contained in:
@@ -48,5 +48,6 @@ module.exports.datastores = {
|
||||
|
||||
adapter: 'sails-postgresql',
|
||||
url: process.env.DATABASE_URL,
|
||||
schemaName: process.env.DATABASE_SCHEMA,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user