Skip to content

Commit

Permalink
Group Invites
Browse files Browse the repository at this point in the history
I missed this one previously
  • Loading branch information
noisiver committed Jan 9, 2024
1 parent c8c0eed commit 48b9073
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CREATE TABLE `group_invites` (
CREATE TABLE IF NOT EXISTS `group_invites` (
`invited` int unsigned NOT NULL DEFAULT '0',
`inviter` int unsigned NOT NULL DEFAULT '0',
`groupId` int unsigned NOT NULL DEFAULT '0',
Expand Down

0 comments on commit 48b9073

Please sign in to comment.