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
a6b79a797241b0a70fa3347a55a5f3780cfb75bb
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