feat: add posts_per_page column to sites table
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
7c4dc0885e
commit
9b36a35c1a
4 changed files with 35 additions and 24 deletions
1
sql/schema/05_posts_per_page.up.sql
Normal file
1
sql/schema/05_posts_per_page.up.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TABLE sites ADD COLUMN posts_per_page INTEGER NOT NULL DEFAULT 10;
|
||||
Loading…
Add table
Add a link
Reference in a new issue