🎉 Add onboarding modal.

This commit is contained in:
Andrey Antukh 2020-12-09 17:25:49 +01:00 committed by Alonso Torres
parent 2907dd1a50
commit 05563168c3
25 changed files with 520 additions and 129 deletions

View file

@ -115,6 +115,9 @@
{:name "0033-mod-comment-thread-table"
:fn (mg/resource "app/migrations/sql/0033-mod-comment-thread-table.sql")}
{:name "0034-mod-profile-table-add-props-field"
:fn (mg/resource "app/migrations/sql/0034-mod-profile-table-add-props-field.sql")}
]})
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;