feat: refs #7664 Added created in calendar table
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Guillermo Bonet 2024-07-03 09:55:14 +02:00
parent d72a52d6b1
commit 77d86c9fd9
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
ALTER TABLE vn.calendar ADD created timestamp DEFAULT current_timestamp() NOT NULL AFTER dated;