#360 #361
Reference in New Issue
Block a user
No description provided.
Delete Branch "#360"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -13,6 +13,7 @@ type ServerConfig implements TableWithHistoryQuery {
helpVoiceChannelId: String
teamChannelId: String
loginMessageChannelId: String
defaultRoleId: String
in der Migration definierst du die Variable als
BIGINT
aber in der Weboberfläche alsString
?Sind weitere Stellen, die das Betreffen. Wenn das so gewollt ist, kannst du es mergen.