allowance_planner_2000/backend/migrations/4_add_history_description.sql
Sebastiaan de Schaetzen 4549d2927c
All checks were successful
Backend Build and Test / build (push) Successful in 2m23s
Add support for descriptions in history
2025-05-27 10:49:15 +02:00

3 lines
49 B
SQL

alter table history
add column description text;