grain.social is a photo sharing platform built on atproto. grain.social
atproto photography appview
57
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: add pds_auth_server column to schema

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+2 -1
+2 -1
db/schema.sql
··· 72 72 dpop_jkt TEXT NOT NULL, 73 73 token_expires_at INTEGER, 74 74 created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP, 75 - updated_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP 75 + updated_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP, 76 + pds_auth_server TEXT 76 77 ); 77 78 78 79 CREATE TABLE _preferences (