Commit Graph

2 Commits

Author SHA1 Message Date
Ubuntu fa39d6b55e feat(init): Alembic migration fase3 + init_system.py script
Add fase3_user_isolation migration that assigns orphan projects to first
admin, and init_system.py script to bootstrap DB, admin user and default
SystemConfig on first deploy.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-16 09:23:29 +00:00
Ubuntu aab0cd355a feat(alembic): add initial schema migration for all SQLAlchemy models
Initializes Alembic with autogenerated migration covering all 11 tables
(tasks, users, projects, project_files, ontologies, graphs, simulations,
reports, system_config, invitation_tokens, password_reset_tokens).
Adds *.db to .gitignore to exclude local SQLite dev database.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-03 00:04:18 +00:00