This website requires JavaScript.
Explore
Help
Sign In
dnim
/
db
Watch
1
Star
0
Fork
0
You've already forked db
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
5da43ddf0f
db
/
scripts
/
env.sh
6 lines
84 B
Bash
Raw
Normal View
History
Unescape
Escape
chore: add ci for migrating against devel
2023-06-18 15:52:44 +00:00
#! /bin/bash
fix: add diff, env
2023-06-09 01:29:13 +00:00
feat: run migrations against running database
2023-06-11 21:43:53 +00:00
file
=
${
1
:-
./.env
}
while
read
line
;
do
export
"
$line
"
;
done
<
"
$file
"
Reference in New Issue
Copy Permalink