remove ref counting, will be replaced by cleanup jobs or triggers

This commit is contained in:
2018-07-22 06:47:59 +02:00
parent e01c63cfa2
commit 9081b38425
7 changed files with 3 additions and 53 deletions
-1
View File
@@ -8,7 +8,6 @@ use Illuminate\Database\Eloquent\Model;
* Row in a data table
*
* @property int $id
* @property int $refs
* @property string $data - JSONB
*/
class Row extends Model