08a0cbbd74196ce9286ad4cf77e86fdfc76c8ad1
[kivitendo-erp.git] / transaction_description.sql
1 -- @tag: transaction_description
2 -- @description: Neue Spalte für ein Feld "Vorgangsbezeichnung" in Verkaufs- und Einkaufsmasken
3 -- @depends: release_2_4_2
4 ALTER TABLE ap ADD COLUMN transaction_description text;
5 ALTER TABLE ar ADD COLUMN transaction_description text;
6 ALTER TABLE oe ADD COLUMN transaction_description text;