Skip to content

Commit

Permalink
Update lib/IHP/Makefile.dist
Browse files Browse the repository at this point in the history
Co-authored-by: Amitai Burstein <[email protected]>
  • Loading branch information
AronNovak and amitaibu authored Feb 22, 2024
1 parent 32de02c commit f5d78ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/IHP/Makefile.dist
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ dumpdb: dump_db ## Saves the current database state into the Fixtures.sql
dump_db: ## Saves the current database state into the Fixtures.sql
pg_dump -a --inserts --column-inserts --disable-triggers -h $$PWD/build/db app | sed -e '/^--/d' > Application/Fixtures.sql

sql_dump:
sql_dump: ## Saves the current database state, so it can dumped into an SQL file `make sql_dump > dump.sql`
@pg_dump -h $$PWD/build/db app | sed -e '/^--/d'

build/Generated/Types.hs: Application/Schema.sql ## Rebuilds generated types
Expand Down

0 comments on commit f5d78ba

Please sign in to comment.