Initial commit: OMSORG website + Mitarbeiter-App
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
return [
|
||||
'description' => 'Add avatar column to users',
|
||||
'up' => [
|
||||
'ALTER TABLE users ADD COLUMN avatar VARCHAR(255) DEFAULT NULL',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user