opnform/app/Models/Forms
Brian Davis 771e3b01c5
Form views count compatible with mysql (#58)
getViewsCountAttribute is using a raw SQL statement that is specific to pgsql, it fails on MySQL/MariaDB.  Added a conditional to use mysql specific code to access data in the json array.  Crude, but no more so than the original?
2023-01-04 13:59:25 +01:00
..
Form.php Form views count compatible with mysql (#58) 2023-01-04 13:59:25 +01:00
FormStatistic.php Initial commit 2022-09-20 21:59:52 +02:00
FormSubmission.php Initial commit 2022-09-20 21:59:52 +02:00
FormView.php Initial commit 2022-09-20 21:59:52 +02:00