mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-06-25 16:04:37 -05:00
added total actions count to DB, action count fix
Added a new field to the locations table for total actions which will be used to set the active state of location. this will result in data being parsed and sorted easier instead of doing those calculations on the back end, so DB queries will be simpler also fixed actions counts for csv imports
This commit is contained in:
@ -33,6 +33,7 @@ class Location extends Model
|
||||
"block_count",
|
||||
"silence_count",
|
||||
"created_at",
|
||||
"updated_at"
|
||||
"updated_at",
|
||||
"actions_count"
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user