package
Version:
v0.9.48
Opens a new window with list of versions in this module.
Published: Jul 22, 2016
License: MIT
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Migrate database to current version
type TAccessToken struct {
ID int64 `xorm:"pk autoincr"`
CreatedUnix int64
UpdatedUnix int64
}
type TAction struct {
ID int64 `xorm:"pk autoincr"`
CreatedUnix int64
}
type TAttachment struct {
ID int64 `xorm:"pk autoincr"`
CreatedUnix int64
}
type TDeployKey struct {
ID int64 `xorm:"pk autoincr"`
CreatedUnix int64
UpdatedUnix int64
}
type TIssue struct {
ID int64 `xorm:"pk autoincr"`
DeadlineUnix int64
CreatedUnix int64
UpdatedUnix int64
}
type TLoginSource struct {
ID int64 `xorm:"pk autoincr"`
CreatedUnix int64
UpdatedUnix int64
}
type TMilestone struct {
ID int64 `xorm:"pk autoincr"`
DeadlineUnix int64
ClosedDateUnix int64
}
type TMirror struct {
ID int64 `xorm:"pk autoincr"`
UpdatedUnix int64
NextUpdateUnix int64
}
type TNotice struct {
ID int64 `xorm:"pk autoincr"`
CreatedUnix int64
}
type TPublicKey struct {
ID int64 `xorm:"pk autoincr"`
CreatedUnix int64
UpdatedUnix int64
}
type TPull struct {
ID int64 `xorm:"pk autoincr"`
MergedUnix int64
}
type TRelease struct {
ID int64 `xorm:"pk autoincr"`
CreatedUnix int64
}
type TRepo struct {
ID int64 `xorm:"pk autoincr"`
CreatedUnix int64
UpdatedUnix int64
}
type TUser struct {
ID int64 `xorm:"pk autoincr"`
CreatedUnix int64
UpdatedUnix int64
}
type TWebhook struct {
ID int64 `xorm:"pk autoincr"`
CreatedUnix int64
UpdatedUnix int64
}
type Version struct {
ID int64 `xorm:"pk autoincr"`
Version int64
}
The version table. Should have only one row with id==1
Source Files
¶
Click to show internal directories.
Click to hide internal directories.