Skip to content

Commit

Permalink
fix: migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
hoeppner-dataport committed Dec 12, 2024
1 parent d0b0fd2 commit 6dbf63a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
24 changes: 21 additions & 3 deletions backup/setup/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,15 @@
"$date": "2024-11-13T10:13:12.411Z"
}
},
{
"_id": {
"$oid": "673fca34cc4a3264457c8ad1"
},
"name": "Migration20241120100616",
"created_at": {
"$date": "2024-11-20T17:03:31.473Z"
}
},
{
"_id": {
"$oid": "674444262ba8186272dc8abd"
Expand All @@ -298,11 +307,20 @@
},
{
"_id": {
"$oid": "673fca34cc4a3264457c8ad1"
"$oid": "675abdb4e76b1142cd4c89e5"
},
"name": "Migration20241120100616",
"name": "Migration20241209165812",
"created_at": {
"$date": "2024-11-20T17:03:31.473Z"
"$date": "2024-12-12T10:40:52.027Z"
}
},
{
"_id": {
"$oid": "675abdb4e76b1142cd4c89e6"
},
"name": "Migration20241210152600",
"created_at": {
"$date": "2024-12-12T10:40:52.029Z"
}
}
]
6 changes: 3 additions & 3 deletions backup/setup/roles.json
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@
},
{
"_id": {
"$oid": "67599159f85fdde7abcda6be"
"$oid": "675abdb4e76b1142cd4c89e3"
},
"name": "roomowner",
"permissions": [
Expand All @@ -634,7 +634,7 @@
},
{
"_id": {
"$oid": "67599159f85fdde7abcda6bf"
"$oid": "675abdb4e76b1142cd4c89e4"
},
"name": "roomadmin",
"permissions": [
Expand All @@ -644,4 +644,4 @@
"ROOM_MEMBERS_REMOVE"
]
}
]
]

0 comments on commit 6dbf63a

Please sign in to comment.