Commit Graph

5 Commits

Author SHA1 Message Date
shockrah
83f846640c - Removing unused .env files
Opting now for config.json files as they better interoperability between node and rust

+ Hardcoding some variables into build-db.sh
This really shouldn't be an issue however

+ using cat to dump out what table structures are being setup due to strange bugs in pipeline
2021-05-10 15:58:57 -07:00
shockrah
f6e6c59837 * Fixing privileges issue in db user 2021-04-29 22:15:32 -07:00
shockrah
db67caab96 * Fixing issue where the proper db isn't selected 2021-04-29 22:01:19 -07:00
shockrah
4b47eca257 * Fixing pathing on migrations directory
* Moving all sql logs to their own log file to avoid cluttering stdout with things
that aren't relevant to the immediate goal here
2021-04-29 21:49:36 -07:00
shockrah
85660e2fc9 - Removing old scripts that aren't useful to anyone but myself
+ Adding new bootstrapping script for Docker testing pipeline
This build-database script is what is going to setup things like our tables for us
so that we can actually run our test queries

! Basically turning off the ci right now since its going through some large breaking changes
It's going to be broken for a while so there's no point in running it into
a wall of predictable failures
2021-04-29 21:32:43 -07:00