This website requires JavaScript.
Explore
Help
Sign In
ekzyis
/
stacker.news
Watch
1
Star
0
Fork
You've already forked stacker.news
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
058f88da49
stacker.news
/
prisma
/
migrations
/
20230827005527_add_nostr_cr...
/
migration.sql
3 lines
101 B
SQL
Raw
Blame
History
-- AlterTable
ALTER
TABLE
"
users
"
ADD
COLUMN
"
nostrCrossposting
"
BOOLEAN
NOT
NULL
DEFAULT
false
;
Reference in New Issue
View Git Blame
Copy Permalink