weiro/sql/schema/05_posts_per_page.up.sql
Leon Mika 9b36a35c1a feat: add posts_per_page column to sites table
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 14:26:09 +11:00

2 lines
73 B
SQL

ALTER TABLE sites ADD COLUMN posts_per_page INTEGER NOT NULL DEFAULT 10;