We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df93e5 commit 668536aCopy full SHA for 668536a
Taskfile.yml
@@ -74,7 +74,8 @@ tasks:
74
docker compose exec db sh -c "psql \
75
-U {{.POSTGRES_USER}} \
76
-d {{.POSTGRES_DB}} -c \
77
- 'CREATE TABLE IF NOT EXISTS alembic_version ( version_num VARHCAR );'"
+ 'CREATE TABLE IF NOT EXISTS alembic_version ( version_num VARHCAR );\
78
+ INSERT INTO alembic_version (version_num) VALUES ( );'"
79
eject:
80
desc: eject the project from a template
81
summary: |
0 commit comments