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
94e975033c
stacker.news
/
prisma
/
migrations
/
20211104210749_theme
/
migration.sql
3 lines
89 B
SQL
Raw
Blame
History
-- AlterTable
ALTER
TABLE
"
users
"
ADD
COLUMN
"
theme
"
TEXT
NOT
NULL
DEFAULT
E
'
light
'
;
Reference in New Issue
View Git Blame
Copy Permalink