This website requires JavaScript.
Explore
Help
Register
Sign In
External
/
SnapOtter
Watch
1
Star
0
Fork
0
mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced
2026-08-03 07:46:42 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f357b18ced8757da0a6c34f18541bb8875c2199a
SnapOtter
/
apps
/
api
/
drizzle
/
0003_add_team_to_users.sql
T
1 line
63 B
SQL
Raw
Normal View
History
Unescape
Escape
feat: implement Files page with persistent storage and version tracking
2026-03-25 09:24:37 +08:00
ALTER
TABLE
`
users
`
ADD
`
team
`
text
NOT
NULL
DEFAULT
'Default'
;
Reference in New Issue
Copy Permalink