Added filament color code field

This commit is contained in:
Donkie
2023-06-01 19:56:24 +02:00
parent 27731974fd
commit 4e409f6bb6
8 changed files with 57 additions and 1 deletions

6
migrations/README.md Normal file
View File

@@ -0,0 +1,6 @@
# Migrations
Creating a new version:
```bash
alembic revision -m "some title" --autogenerate
```