Skip to content

Commit

Permalink
chore(ticketing): make private threads default
Browse files Browse the repository at this point in the history
  • Loading branch information
CarelessInternet committed Dec 23, 2022
1 parent 20957bc commit 8ceaa69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/other/mysql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ CREATE TABLE IF NOT EXISTS TicketingManagers (
SupportCategory bigint(20) DEFAULT 0,
UseTextChannels boolean DEFAULT 0,
TextChannelPing boolean DEFAULT 0,
PrivateThreads boolean DEFAULT 0,
PrivateThreads boolean DEFAULT 1,
PRIMARY KEY (ID)
)
`;
Expand Down

0 comments on commit 8ceaa69

Please sign in to comment.