projects
/
kivitendo-erp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Dokumentation: Schweizer QR-Rechnung Ergänzung zu Rechnungen ohne Betrag
[kivitendo-erp.git]
/
sql
/
Pg-upgrade2
/
orderitems_optional.sql
1
-- @tag: orderitems_optional
2
-- @description: Optionale Artikel im Angebot und Auftrag
3
-- @depends: release_3_5_6_1
4
ALTER TABLE orderitems ADD COLUMN optional BOOLEAN default FALSE;
5