package
Version:
v0.30.0
Opens a new window with list of versions in this module.
Published: Dec 16, 2025
License: AGPL-3.0
Opens a new window with license information.
Imports: 24
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Creating a migration
-
Create new migration file in the migrations directory with the format NN_description.up.sql, where NN is the next sequential number.
-
Update pkg/sqlite/database.go to update the appSchemaVersion value to the new migration number.
For migrations requiring complex logic or config file changes, see existing custom migrations for examples.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.