[bugfix] fixing schema messed up by something adding tabs

This commit is contained in:
2026-03-16 13:54:50 -04:00
parent c4ebbfb060
commit a86dc08b50

View File

@@ -112,4 +112,3 @@ export const tcgcards = pokeSchema.table('tcg_cards', {
export const processingSkus = pokeSchema.table('processing_skus', {
skuId: integer().primaryKey(),
});