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:
@@ -7,7 +7,7 @@ use App\RSpade\SchemaQuality\SchemaViolation;
|
||||
abstract class Schema_Rule_Abstract
|
||||
{
|
||||
protected array $violations = [];
|
||||
protected array $excluded_tables = ['migrations', 'sessions'];
|
||||
protected array $excluded_tables = ['_migrations', '_sessions'];
|
||||
|
||||
/**
|
||||
* Get the unique rule identifier
|
||||
|
||||
Reference in New Issue
Block a user