webring/migrations
Damir Modyarov f12e106049
feat: Implement slugs and id reordering (#2)
* fix: Make data API route paths consistent

* feat: Implement redirect for current website

* feat: Implement slugs and id reordering

* feat: Implement slug validation

* fix: Add constant zero ID to public site data for compatibility

* fix: Make slug length limited when validating

* docs: Update routes in README.md

* feat: Implement gapless reordering

* fix: Add IDs back to public data

* feat: Implement ID/slug collision checks
2025-06-19 14:34:18 +03:00
..
001_create_sites_table.down.sql Initial commit 2024-07-16 15:40:41 +03:00
001_create_sites_table.up.sql Initial commit 2024-07-16 15:40:41 +03:00
002_add_favicon_column.down.sql added favicon for sites, list all sites api and page, disabled cors for api, minor fixes 2024-07-17 02:48:53 +03:00
002_add_favicon_column.up.sql added favicon for sites, list all sites api and page, disabled cors for api, minor fixes 2024-07-17 02:48:53 +03:00
003_add_slug_column.down.sql feat: Implement slugs and id reordering (#2) 2025-06-19 14:34:18 +03:00
003_add_slug_column.up.sql feat: Implement slugs and id reordering (#2) 2025-06-19 14:34:18 +03:00