opnform/app/Models
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
..
Forms Form views count compatible with mysql (#58) 2023-01-04 13:59:25 +01:00
Integration Initial commit 2022-09-20 21:59:52 +02:00
OAuthProvider.php Initial commit 2022-09-20 21:59:52 +02:00
Template.php B8f7a improve templates pages for seo (#5) 2022-10-02 20:38:41 +02:00
User.php Added template editor separate role 2022-11-16 13:12:48 +01:00
Workspace.php Initial commit 2022-09-20 21:59:52 +02:00