From bf0a7ebee72404eb7bce918f41162126bca24bf0 Mon Sep 17 00:00:00 2001 From: David Mehren Date: Sat, 6 Mar 2021 10:34:22 +0100 Subject: Remove .sequelizerc After https://github.com/hedgedoc/hedgedoc/pull/969 was merged, a separate configuration file for the sequelize-cli is no longer required. Signed-off-by: David Mehren --- bin/heroku | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'bin/heroku') diff --git a/bin/heroku b/bin/heroku index c5ca1f8a..908ea4eb 100755 --- a/bin/heroku +++ b/bin/heroku @@ -2,18 +2,6 @@ set -e -cat << EOF > .sequelizerc -var path = require('path'); - -module.exports = { - 'config': path.resolve('config.json'), - 'migrations-path': path.resolve('lib', 'migrations'), - 'models-path': path.resolve('lib', 'models'), - 'url': process.env.DATABASE_URL -} - -EOF - cat << EOF > config.json { -- cgit v1.2.3