mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
* Backend support for studio URLs * FrontEnd addition * Support URLs in BulkStudioUpdate * Update tagger modal for URLs --------- Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
376 B
376 B
Creating a migration
-
Create new migration file in the migrations directory with the format
NN_description.up.sql, whereNNis the next sequential number. -
Update
pkg/sqlite/database.goto update theappSchemaVersionvalue to the new migration number.
For migrations requiring complex logic or config file changes, see existing custom migrations for examples.