Add support for descriptions in history
All checks were successful
Backend Build and Test / build (push) Successful in 2m23s
All checks were successful
Backend Build and Test / build (push) Successful in 2m23s
This commit is contained in:
2
backend/migrations/4_add_history_description.sql
Normal file
2
backend/migrations/4_add_history_description.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
alter table history
|
||||
add column description text;
|
||||
Reference in New Issue
Block a user