mcneilco / acas

http://mcneilco.com/acas.html
GNU General Public License v3.0
11 stars 5 forks source link

ACAS-725: Configurable sel created protocol/experiment text default to null #1135

Closed brianbolt closed 11 months ago

brianbolt commented 11 months ago

Description

update protocol set short_description = null where short_description like '%created by generic data parser';
update experiment set short_description = null where short_description like '%created by generic data parser';

Related Issue

ACAS-725

How Has This Been Tested?

Screenshot 2023-11-28 at 10 51 24 AM Screenshot 2023-11-28 at 10 52 35 AM
acas=> select short_description from protocol where short_description is null;
 short_description 
-------------------

(1 row)

acas=> select short_description from experiment where short_description is null;
 short_description 
-------------------

(1 row)