Flavien

Results 12 comments of Flavien

I'm on the postgres:16 image and when I start my database it tells me I'm on PostgreSQL 16.4. ```yaml services: vikunja_db: image: postgres:16 container_name: vikunja_db environment: - POSTGRES_DB=vikunja - POSTGRES_PASSWORD=RANDOM_PASSWORD...

This is no longer the case for me, as the migration worked with : >```sql >ALTER TABLE buckets ADD project_view_id bigint not null default 0; > >ALTER TABLE teams ADD...