Rename sessions to _sessions, drop legacy migrations table
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -101,7 +101,7 @@ class Session extends Rsx_System_Model_Abstract
|
||||
* The table associated with the model
|
||||
* @var string
|
||||
*/
|
||||
protected $table = 'sessions';
|
||||
protected $table = '_sessions';
|
||||
|
||||
/**
|
||||
* The attributes that should be cast
|
||||
|
||||
Reference in New Issue
Block a user