Added stashes with experimental row security policies. Added tag photos.

This commit is contained in:
DebaucheryLibrarian
2021-03-14 04:54:43 +01:00
parent 816529b0ca
commit e371e9725a
58 changed files with 610 additions and 172 deletions

View File

@@ -3,6 +3,6 @@
const config = require('config');
module.exports = {
client: 'pg',
connection: config.database,
client: 'pg',
connection: config.database.owner,
};