Compare commits

..

1 Commits

Author SHA1 Message Date
coolneng 13336f8c17
Revert "Fix pgloader database URI"
This reverts commit fcc06ae4a0.
2021-02-24 01:50:51 +01:00
1 changed files with 26 additions and 25 deletions

View File

@ -53,5 +53,6 @@ in mkShell {
alembic upgrade head
pgloader ${origin} ${destination}
pg_dump odyfo > databases/migrated_db.sql
>>>>>>> parent of fcc06ae (Fix pgloader database URI)
'';
}