3
0

add(crm): migration for crm module form options

This commit is contained in:
Tit Petric
2018-12-04 16:35:38 +01:00
parent 43554592e4
commit fdd499776c
2 changed files with 2 additions and 1 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
ALTER TABLE `crm_module_form` ADD `json` JSON NOT NULL COMMENT 'Options in JSON format.' AFTER `kind`;