Você não pode selecionar mais de 25 tópicosOs tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Sets sqlite as the default DB_CONNECTION, teaches SqliteMigration how
to alter/drop columns via SQLite's table-rebuild pattern (previously
unsupported), and fixes container startup so the sqlite file is owned
by www-data instead of root (was causing "readonly database" errors
on writes). Also adds phpLiteAdmin on port 8081 for browsing the
sqlite database, with a fix for nginx dropping the port from
absolute-URL redirects.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>