allowance_planner_2000/backend/migrations/4_add_history_description.sql
Sebastiaan de Schaetzen db2f518cc2
All checks were successful
Backend Deploy / build (push) Successful in 3m1s
Backend Build and Test / build (push) Successful in 3m5s
Add history description (#98)
Closes #20

Reviewed-on: #98
2025-05-27 10:55:13 +02:00

3 lines
49 B
SQL

alter table history
add column description text;