add(crm): migration for related types
This commit is contained in:
@@ -99,6 +99,7 @@ test.crm: $(GOTEST)
|
||||
$(GO) tool cover -func=.cover.out | grep --color "^\|[^0-9]0.0%"
|
||||
|
||||
test.crm.db: $(GOTEST)
|
||||
cd crm/db && $(GO) generate && cd ../..
|
||||
$(GOTEST) -covermode count -coverprofile .cover.out -v ./crm/db/...
|
||||
$(GO) tool cover -func=.cover.out | grep --color "^\|[^0-9]0.0%"
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
INSERT INTO `crm_field` (`field_type`, `field_name`, `field_template`) VALUES ('related', 'Related content', ''), ('related_multi', 'Related content (multiple)', '');
|
||||
Reference in New Issue
Block a user