mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-17 19:26:36 -07:00
chore: initial public commit
This commit is contained in:
commit
fc9054b78c
250 changed files with 32809 additions and 0 deletions
8
db/migrations/old/20250607_populate_release_aliases.sql
Normal file
8
db/migrations/old/20250607_populate_release_aliases.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
-- +goose Up
|
||||
-- +goose StatementBegin
|
||||
|
||||
INSERT INTO release_aliases (release_id, alias, source)
|
||||
SELECT id, title, 'Canonical'
|
||||
FROM releases;
|
||||
|
||||
-- +goose StatementEnd
|
||||
Loading…
Add table
Add a link
Reference in a new issue