Skip to content

Commit

Permalink
Stuff that I've forgot to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Feb 2, 2023
1 parent 9a82021 commit e726187
Showing 1 changed file with 10 additions and 0 deletions.
@@ -0,0 +1,10 @@
package net.perfectdreams.loritta.cinnamon.pudding.tables.servers.moduleconfigs

import net.perfectdreams.exposedpowerutils.sql.javatime.timestampWithTimeZone
import org.jetbrains.exposed.dao.id.LongIdTable

object GamerSaferGuildMembers : LongIdTable() {
val guild = long("guild").index()
val discordUser = long("discord_user").index()
val gamerSaferUser = text("gamersafer_user").index()
}

0 comments on commit e726187

Please sign in to comment.