mirror of
https://github.com/aykhans/slash-e.git
synced 2025-09-05 16:54:18 +00:00
feat: abstract database drivers
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