Go to file
2024-07-02 00:47:24 +05:00
materia-client new: reconstruct project 2024-06-17 19:52:24 +05:00
materia-server materia-server: file remove api 2024-07-02 00:47:24 +05:00
materia-web-client materia-web-client: unify style with catppuccin 2024-06-20 00:11:35 +05:00
.gitignore new: reconstruct project 2024-06-17 19:52:24 +05:00
flake.lock new: reconstruct project 2024-06-17 19:52:24 +05:00
flake.nix materia-web-client: unify style with catppuccin 2024-06-20 00:11:35 +05:00
LICENSE base project setup 2024-05-07 16:49:30 +05:00
pdm.lock new: reconstruct project 2024-06-17 19:52:24 +05:00
pyproject.toml new: reconstruct project 2024-06-17 19:52:24 +05:00
README.md project config, db partially broken migrations, partially broken flake 2024-05-08 23:13:23 +05:00

materia

Materia is a file server.

Database migrations

# Initialize
alembic init -t async src/db/migrations 

# Autogenerate new migration 
alembic revision --autogenerate -m "Initial migration"

# Apply the migration
alembic upgrade head

# Rollback the migration 
alembic downgrade head

License

materia is licensed under the MIT License.