Remove old author column from hacks table

This commit is contained in:
Jared Schoeny
2025-10-11 12:36:09 -10:00
parent d854d56ff8
commit b78e507578
2 changed files with 76 additions and 3 deletions

View File

@@ -81,7 +81,6 @@ export type Database = {
approved: boolean
approved_at: string | null
approved_by: string | null
author: string
base_rom: string
box_art: string | null
created_at: string
@@ -104,7 +103,6 @@ export type Database = {
approved?: boolean
approved_at?: string | null
approved_by?: string | null
author: string
base_rom: string
box_art?: string | null
created_at?: string
@@ -127,7 +125,6 @@ export type Database = {
approved?: boolean
approved_at?: string | null
approved_by?: string | null
author?: string
base_rom?: string
box_art?: string | null
created_at?: string