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:
@@ -323,7 +323,7 @@ class Migrate_Normalize_Schema_Command extends Command
|
||||
*/
|
||||
private function updateDatetimePrecision()
|
||||
{
|
||||
$excludedTables = ['sessions', 'migrations', 'api_clients'];
|
||||
$excludedTables = ['_sessions', '_migrations', 'api_clients'];
|
||||
$tables = DB::select('SHOW TABLES');
|
||||
|
||||
foreach ($tables as $table) {
|
||||
|
||||
Reference in New Issue
Block a user