Hypolite Petovan b9873a88a5
Merge pull request #8832 from annando/fix-db-error
Fix database error ""Unknown column 'parent-item.author-id'"
2020-06-30 14:55:52 -04:00
..
2020-06-28 17:35:56 +00:00
2020-04-19 08:34:20 +00:00
2020-03-09 23:28:37 +00:00
2020-04-01 05:42:44 +00:00
2020-04-28 13:33:03 +00:00
2019-03-22 22:56:57 -04:00
2020-04-29 01:40:59 +00:00
2020-04-28 13:33:03 +00:00
2020-05-18 01:05:38 -04:00
2020-05-02 05:08:05 +00:00
2020-05-19 22:42:01 +02:00

Friendica\Model

Models are the glue between the business logic of the app and the datastore(s).

In the namespace Model should only be static classes that interact with the DB with the same name as a database table.