1 -- @tag: defaults_transport_cost_reminder_id
 
   2 -- @description: Transportkostenartikelname verwerfen und stattdessen die Artikel-ID nehmnen
 
   3 -- @depends: release_3_1_0 defaults_transport_cost_reminder
 
   4 ALTER TABLE defaults ADD COLUMN transport_cost_reminder_article_number_id INTEGER;
 
   5 ALTER TABLE defaults DROP COLUMN transport_cost_reminder_article_number;