This website requires JavaScript.
Explore
Help
Sign In
Chewing_Bever
/
otter
Watch
1
Star
0
Fork
You've already forked otter
0
Code
Issues
10
Packages
Releases
3
Activity
main
otter
/
gpodder_sqlite
/
migrations
/
2025-06-24-110307_user_admi...
/
up.sql
3 lines
71 B
SQL
Raw
Permalink
Blame
History
alter
table
users
add
column
admin
boolean
not
null
default
false
;
Reference in New Issue
View Git Blame
Copy Permalink