Merge remote-tracking branch 'origin/staging' into develop

This commit is contained in:
Andrey Antukh 2023-01-20 09:59:56 +01:00
commit 62aa6569f2
57 changed files with 896 additions and 677 deletions

View file

@ -45,10 +45,10 @@
(def default-features
(cond-> #{}
(contains? cf/flags :feature-storage-pointer-map)
(contains? cf/flags :fdata-storage-pointer-map)
(conj "storage/pointer-map")
(contains? cf/flags :feature-storage-objects-map)
(contains? cf/flags :fdata-storage-objects-map)
(conj "storage/objects-map")))
;; --- SPECS

View file

@ -29,7 +29,7 @@
:email email
:fullname fullname
:is-active true
:password (derive-password password)
:password password
:props {}}
profile (->> (cmd.auth/create-profile! conn params)
(cmd.auth/create-profile-rels! conn))]