summaryrefslogtreecommitdiffstats
path: root/server/db-init.sh
AgeCommit message (Collapse)Author
2020-07-10Split code into cargo workspaces (#67)nutomic
More fixes - fixed docker builds - fixed mentions regex test - fixed DATABASE_URL stuff - change schema path in diesel.toml Address review comments - add jsonb column back into activity table - remove authors field from cargo.toml - adjust LEMMY_DATABASE_URL env var usage - rename all occurences of LEMMY_DATABASE_URL to DATABASE_URL Decouple utils and db Split code into cargo workspaces Co-authored-by: Felix Ableitner <me@nutomic.com> Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/67
2020-05-11Improve shell scripts (#705)Richie Zhang
* Improve init-db.sh Allow custom database parameters. Abstract common functionality. * Improve install.sh Abstract common functionality. Ask to automagically reload the project when source files are changed.
2020-05-01fix shell quotation error of server db-init.shpfcoder
2020-02-14changed permissions from db-init.sh to be able to runRichard
2020-02-06Implement password verification in db-init.sh.Richie Zhang
2020-02-05Create db-init.shRichie Zhang