mirror of
https://github.com/Hackdex-App/hackdex-website.git
synced 2026-09-07 08:26:07 -05:00
Remove old author column from hacks table
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user