feat: redirect by slug
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- +micrate Up
|
||||
-- SQL in section 'Up' is executed when this migration is applied
|
||||
CREATE INDEX IF NOT EXISTS index_links_slug ON links (slug);
|
||||
|
||||
-- +micrate Down
|
||||
-- SQL in section 'Down' is executed when this migration is rolled back
|
||||
DROP INDEX IF EXISTS index_links_slug;
|
||||
Reference in New Issue
Block a user