Add size row to entries when adding them
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
DataHoarder 2022-01-18 20:26:12 +01:00
parent 3abb4b040e
commit 11b5207a4d

View file

@ -77,7 +77,7 @@ services:
depends_on: depends_on:
- db - db
command: >- command: >-
-format postgres -pg_table entries -pg_mode insert_binary -format postgres -pg_table entries -pg_mode insert_binary -pg_row_size size
-pg_connstr "user=orbeat password=orbeat dbname=orbeat sslmode=disable host=db" -pg_connstr "user=orbeat password=orbeat dbname=orbeat sslmode=disable host=db"
tmpfs: tmpfs:
- /tmp - /tmp