alpha
Login
or
Join now
xcc.es
/
ananas
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/mrgnw/ananas. learn multiple languages at once
ananas.xcc.es
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Update users.js
author
Morgan
date
1 year ago
(May 20, 2025, 9:42 PM +0200)
commit
559a91c9
559a91c9af8882c77dff5e233eae8cea88d9bc5a
parent
fab0cdfc
fab0cdfcd2e7d091886ce76f6065e3d5ef86c9f7
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
lib
server
schema
users.js
+1
-1
src/lib/server/schema/users.js
View file
Reviewed
···
1
1
-
import { sqliteTable, text, integer, json } from "drizzle-orm/sqlite-core";
1
1
+
import { sqliteTable, text, integer } from "drizzle-orm/sqlite-core";
2
2
3
3
/**
4
4
* Users table schema