Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions migrations/0006_profile_lud16.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-- Migration number: 0006 profile lud16
-- Configurable profile (#11): dedicated column for the lightning address so
-- the render path can read it without parsing profiles.raw per request.
-- lud16 is the prerequisite NIP-57 zaps (#12) consume server-side.
ALTER TABLE profiles ADD COLUMN lud16 TEXT;
Loading
Loading