go-ssb-room/roomdb/sqlite/models/boil_table_names.go

35 lines
1.0 KiB
Go

// SPDX-FileCopyrightText: 2021 The NGI Pointer Secure-Scuttlebutt Team of 2020/2021
//
// SPDX-License-Identifier: MIT
// Code generated by SQLBoiler 4.5.0 (https://github.com/volatiletech/sqlboiler). DO NOT EDIT.
// This file is meant to be re-generated in place and/or deleted at any time.
package models
var TableNames = struct {
SIWSSBSessions string
Aliases string
Config string
DeniedKeys string
FallbackPasswords string
FallbackResetTokens string
Invites string
Members string
Notices string
PinNotices string
Pins string
}{
SIWSSBSessions: "SIWSSB_sessions",
Aliases: "aliases",
Config: "config",
DeniedKeys: "denied_keys",
FallbackPasswords: "fallback_passwords",
FallbackResetTokens: "fallback_reset_tokens",
Invites: "invites",
Members: "members",
Notices: "notices",
PinNotices: "pin_notices",
Pins: "pins",
}