mirror of
https://github.com/handsomezhuzhu/QQuiz.git
synced 2026-02-20 12:00:14 +00:00
🔧 Fix alembic config and add Docker database support
Fix: - Fix alembic.ini version_path_separator syntax error - Add scripts to start with Docker database - Add automatic fix and start script New files: - start_with_docker_db.bat: Start with Docker PostgreSQL - fix_and_start.bat: Auto-fix and start with options 🚀 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -35,7 +35,8 @@ version_locations = %(here)s/alembic/versions
|
||||
# version path separator; As mentioned above, this is the character used to split
|
||||
# version_locations. The default within new alembic.ini files is "os", which uses os.pathsep.
|
||||
# If this key is omitted entirely, it falls back to the legacy behavior of splitting on spaces and/or commas.
|
||||
version_path_separator = os # Use os.pathsep. Default configuration used for new projects.
|
||||
# Use os.pathsep. Default configuration used for new projects.
|
||||
version_path_separator = os
|
||||
|
||||
# set to 'true' to search source files recursively
|
||||
# in each "version_locations" directory
|
||||
|
||||
Reference in New Issue
Block a user