codeforkansascity / cmr-clinic-admin-api

Administration and API for Clear My Record
MIT License
2 stars 8 forks source link

Set Statutes to MO where number is 999.999 #218

Open zmon opened 3 years ago

zmon commented 3 years ago

update statutes set jurisdiction_id = 1 where number REGEXP '^[0-9]{3}.[0-9]{3}';