Add support for descriptions in history
All checks were successful
Backend Build and Test / build (push) Successful in 2m23s

This commit is contained in:
2025-05-27 10:49:15 +02:00
parent f77fb7342e
commit 4549d2927c
5 changed files with 51 additions and 21 deletions

View File

@@ -0,0 +1,2 @@
alter table history
add column description text;