init commit
This commit is contained in:
13
store/migration_history.go
Normal file
13
store/migration_history.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package store
|
||||
|
||||
type MigrationHistory struct {
|
||||
Version string
|
||||
CreatedTs int64
|
||||
}
|
||||
|
||||
type UpsertMigrationHistory struct {
|
||||
Version string
|
||||
}
|
||||
|
||||
type FindMigrationHistory struct {
|
||||
}
|
||||
Reference in New Issue
Block a user