tangled
alpha
login
or
join now
t1c.dev
/
rocksky
forked from
rocksky.app/rocksky
2
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
2
fork
atom
overview
issues
pulls
pipelines
fix getCurrentlyPlaying (spotify)
tsiry-sandratraina.com
9 months ago
f47be969
96818a77
+1
-1
1 changed file
expand all
collapse all
unified
split
rockskyapi
rocksky-auth
src
schema
spotify-accounts.ts
+1
-1
rockskyapi/rocksky-auth/src/schema/spotify-accounts.ts
···
8
8
} from "drizzle-orm/pg-core";
9
9
import users from "./users";
10
10
11
11
-
const spotifyAccounts = pgTable("user_albums", {
11
11
+
const spotifyAccounts = pgTable("spotify_accounts", {
12
12
id: text("xata_id").primaryKey(),
13
13
xataVersion: integer("xata_version").notNull(),
14
14
email: text("email").notNull(),