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

0001 ALTER TABLE `project_plings`
0002     ADD COLUMN `is_active` int(1) DEFAULT 1 AFTER `created_at`;
0003 ALTER TABLE `project_plings`
0004     ADD COLUMN `deactive_at` date DEFAULT NULL AFTER `is_active`;