Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBMigrationData ¶
DBMigrationData represents the name of a migration file and the SQL we need to run.
type DBMigrationEvent ¶
type DBMigrationEvent struct { ID int `json:"id"` Name string `json:"name"` File string `json:"file"` Created string `json:"created"` }
DBMigrationEvent represents a migration event that has happened that we will store in the database, so we can check on the next deployment if we need to run migrations.
Click to show internal directories.
Click to hide internal directories.