mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-13 03:27:45 +02:00
fix: remove fediverse prefix to prevent migration error + load routes during podcast import
refactor migration queries to use forge functions
This commit is contained in:
parent
072b3ff61d
commit
7ff1dbe903
63 changed files with 387 additions and 355 deletions
|
|
@ -10,14 +10,15 @@ declare(strict_types=1);
|
|||
|
||||
namespace Modules\Fediverse\Models;
|
||||
|
||||
use Michalsn\Uuid\UuidModel;
|
||||
use Modules\Fediverse\Entities\Notification;
|
||||
|
||||
class NotificationModel extends BaseUuidModel
|
||||
class NotificationModel extends UuidModel
|
||||
{
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $table = 'notifications';
|
||||
protected $table = 'fediverse_notifications';
|
||||
|
||||
/**
|
||||
* @var string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue