Merge pull request 'feat: refs #6021 add new column' (!2485) from 6021-createObservations into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #2485
Reviewed-by: Pako Natek <pako@verdnatura.es>
This commit is contained in:
Pablo Natek 2024-05-20 12:27:48 +00:00
commit 38b1e48959
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
-- Place your SQL code here
ALTER TABLE floranet.`order` ADD IF NOT EXISTS observations TEXT NULL;