Add created-by to invitations, and an event related

This commit is contained in:
Pablo Alba
2024-11-11 16:47:22 +01:00
parent e1e13bcfb1
commit cbc92e9f1e
4 changed files with 16 additions and 4 deletions

View File

@@ -424,7 +424,10 @@
:fn (mg/resource "app/migrations/sql/0133-mod-file-table.sql")}
{:name "0134-mod-file-change-table"
:fn (mg/resource "app/migrations/sql/0134-mod-file-change-table.sql")}])
:fn (mg/resource "app/migrations/sql/0134-mod-file-change-table.sql")}
{:name "0135-mod-team-invitation-table.sql"
:fn (mg/resource "app/migrations/sql/0135-mod-team-invitation-table.sql")}])
(defn apply-migrations!
[pool name migrations]