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
68f298fc21
stacker.news
/
prisma
/
migrations
/
20210819213613_user_withdra...
/
migration.sql
2 lines
80 B
SQL
Raw
Blame
History
-- add withdrawals as user
INSERT
INTO
"
users
"
(
"
name
"
)
VALUES
(
'
withdrawals
'
)
;
Reference in New Issue
View Git Blame
Copy Permalink