db: remove table suffix from schemas

This commit is contained in:
2026-02-05 19:28:30 -08:00
parent 88218b3567
commit 53f91facc9
18 changed files with 249 additions and 279 deletions

View File

@@ -8,7 +8,7 @@ import { index, integer, sqliteTable, text } from "drizzle-orm/sqlite-core";
*
* Source: AmqAnimeSchema
*/
export const animeTable = sqliteTable(
export const anime = sqliteTable(
"anime",
{
/** AMQ anime ID */