The finalization pass was a dumb idea. We'll just put the per-table/concept sanitization in their file. We need these to happen before the other scripts run because we denormalize the data for performance.
parent
efbe425e35
commit
78bbd9a706
@ -1,10 +0,0 @@
|
|||||||
UPDATE all_projects
|
|
||||||
set description = TRIM(both ' ' from description)
|
|
||||||
where description rlike '^ ' or description rlike ' $';
|
|
||||||
|
|
||||||
UPDATE all_projects
|
|
||||||
set description = 'Soil/Footings'
|
|
||||||
where description in
|
|
||||||
(
|
|
||||||
'Soils/Footings'
|
|
||||||
);
|
|
||||||
Loading…
Reference in New Issue