summary history files

desktop/backend/model/boil_table_names.go
// Code generated by SQLBoiler 4.15.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 model

var TableNames = struct {
	Account                   string
	AccountAttributes         string
	AccountEntity             string
	AccountMatch              string
	AccountMatchAttributes    string
	AccountMatchRegex         string
	AccountType               string
	AccountTypeAttributes     string
	Attachment                string
	AttachmentTransactions    string
	Currency                  string
	CurrencyAttributes        string
	Entity                    string
	EntityAttributes          string
	EntityType                string
	EntityTypeAttributes      string
	Note                      string
	NoteTransactions          string
	Splits                    string
	SplitsAttributes          string
	Tag                       string
	TagAttributes             string
	TagRegex                  string
	TagTransactions           string
	TransactionImporter       string
	TransactionImporterStatus string
	Transactions              string
	TransactionsAttributes    string
	TransactionsHash          string
	TransactionsHashType      string
}{
	Account:                   "account",
	AccountAttributes:         "account_attributes",
	AccountEntity:             "account_entity",
	AccountMatch:              "account_match",
	AccountMatchAttributes:    "account_match_attributes",
	AccountMatchRegex:         "account_match_regex",
	AccountType:               "account_type",
	AccountTypeAttributes:     "account_type_attributes",
	Attachment:                "attachment",
	AttachmentTransactions:    "attachment_transactions",
	Currency:                  "currency",
	CurrencyAttributes:        "currency_attributes",
	Entity:                    "entity",
	EntityAttributes:          "entity_attributes",
	EntityType:                "entity_type",
	EntityTypeAttributes:      "entity_type_attributes",
	Note:                      "note",
	NoteTransactions:          "note_transactions",
	Splits:                    "splits",
	SplitsAttributes:          "splits_attributes",
	Tag:                       "tag",
	TagAttributes:             "tag_attributes",
	TagRegex:                  "tag_regex",
	TagTransactions:           "tag_transactions",
	TransactionImporter:       "transaction_importer",
	TransactionImporterStatus: "transaction_importer_status",
	Transactions:              "transactions",
	TransactionsAttributes:    "transactions_attributes",
	TransactionsHash:          "transactions_hash",
	TransactionsHashType:      "transactions_hash_type",
}