package
2.0.3+incompatible
Repository: https://github.com/chatterino/api.git
Documentation: pkg.go.dev

# README

Want to make a new database migration?

  1. Create a new file with the path being something along the lines of internal/migration/4_changed_column_type.go
  2. Copy structure of internal/migration/1_init.go
  3. Make sure you've changed the migrationVersion, and the contents of both functions passed along to Register

# Functions

No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Type aliases

No description provided by the author