mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-08 23:18:15 -07:00
8 lines
No EOL
163 B
SQL
8 lines
No EOL
163 B
SQL
-- +goose Up
|
|
-- +goose StatementBegin
|
|
|
|
INSERT INTO release_aliases (release_id, alias, source)
|
|
SELECT id, title, 'Canonical'
|
|
FROM releases;
|
|
|
|
-- +goose StatementEnd |