Add ability to set commit messages when editing functions

This commit is contained in:
Peter Stockings
2025-12-02 20:36:55 +11:00
parent 2253c8f7a7
commit 46339cc4cf
6 changed files with 63 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
ALTER TABLE http_functions_versions
ADD COLUMN IF NOT EXISTS commit_message TEXT;
ALTER TABLE timer_function_versions
ADD COLUMN IF NOT EXISTS commit_message TEXT;