issues
search
Deadwood-ai
/
deadwood-api
Main FastAPI application for the deadwood backend
GNU General Public License v3.0
0
stars
0
forks
source link
Date to year month day
#24
Closed
lucfr
closed
3 months ago
lucfr
commented
3 months ago
Added fields for year month and day to the metadata model.
[x] fields need to be created in supabase
[x] existing aquisition_date datetime values need to be migrated to the new fields
[x] after that aquisition_date field can be deleted in supabase
[x] also in the metadata model in the routes
[x] function datetime_to_isoformat can be deleted as well
Added fields for year month and day to the metadata model.