-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: reset migrations and update CI workflow
- Consolidated all migrations into a single initial schema - Updated CI workflow configuration for both frontend and backend - Added proper test coverage and linting checks - Configured PostgreSQL service container for CI - Added required environment configuration
- Loading branch information
1 parent
0e60e72
commit c2e09ec
Showing
7 changed files
with
175 additions
and
794 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DATABASE_URL=postgresql://postgres@localhost:5432/test_db |
145 changes: 0 additions & 145 deletions
145
backend/alembic/versions/0aba72f95869_initial_migration_auth_and_document_.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.