feat: refs #7664 Added created in calendar table #2668

Merged
guillermo merged 1 commits from 7664-createdCalendar into dev 2024-07-03 09:50:33 +00:00
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;