feat: refs #7248 create column editorFK #3371

Open
robert wants to merge 1 commits from 7248-tablesObservation into dev
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 2de445851f - Show all commits

View File

@ -0,0 +1,3 @@
ALTER TABLE vn.travelObservation ADD COLUMN IF NOT EXISTS `editorFk` int(10) unsigned DEFAULT NULL;
ALTER TABLE vn.workerObservation ADD COLUMN IF NOT EXISTS `editorFk` int(10) unsigned DEFAULT NULL;
ALTER TABLE vn.addressObservation ADD COLUMN IF NOT EXISTS `editorFk` int(10) unsigned DEFAULT NULL;