Warning, file /webapps/ocs-webserver/sql_code/20190503_alter_support_add_tie.sql was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 
0002 ALTER TABLE `support`
0003     ADD COLUMN `tier` double(10, 2) COMMENT '0.99, 2,5,10,null' AFTER `amount`;
0004