Skip to content
Snippets Groups Projects
Commit cd9c2e0b authored by Pavel Antonov's avatar Pavel Antonov :asterisk:
Browse files

Merge branch 'feature/PRXS-1366-DBVersionVersionUpdate' into 'master'

Поднята версия хранилища после изменения логики построения уникального индекса для записей коллекции исключающее пустые значения для необязательных полей (без Required)

See merge request perxis/perxis-go!67
parents 7faba9c8 33b68304
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ type Content struct {
}
const (
DBVersion uint32 = 1
DBVersion uint32 = 2
)
func (c *Content) RegisterStart(svc interface{}) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment