Database: Add v_member view
All checks were successful
Test / Run tests (push) Successful in 2m32s

This commit is contained in:
2025-12-16 15:58:45 +01:00
parent 452f246f24
commit 9af498287d
4 changed files with 22 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
-- schema version 34 to 33
-- schema version 34 to 35
ALTER TABLE delivery_part ADD COLUMN unloading TEXT DEFAULT NULL;
UPDATE delivery_part SET unloading = 'pumped' WHERE lesewagen;