1 -- @tag: shop_orders_update_4
 
   2 -- @description: Ă„ndern der Tabellen shop_orders, shop_trans_id darf auch Text enthalten
 
   3 -- @depends: shop_orders_update_1 shop_orders_update_2 shop_orders_update_3
 
   7 ALTER TABLE shop_orders ALTER COLUMN shop_trans_id TYPE text;
 
   8 ALTER TABLE shop_order_items ALTER COLUMN shop_trans_id TYPE text;