mirror of
https://github.com/Hackdex-App/hackdex-website.git
synced 2026-09-10 09:56:18 -05:00
Remove old covers and tags arrays from db
This commit is contained in:
@@ -84,7 +84,6 @@ export type Database = {
|
||||
author: string
|
||||
base_rom: string
|
||||
box_art: string | null
|
||||
covers: string[]
|
||||
created_at: string
|
||||
created_by: string
|
||||
current_patch: number | null
|
||||
@@ -97,7 +96,6 @@ export type Database = {
|
||||
slug: string
|
||||
social_links: Json | null
|
||||
summary: string
|
||||
tags: string[]
|
||||
title: string
|
||||
updated_at: string | null
|
||||
version: string
|
||||
@@ -109,7 +107,6 @@ export type Database = {
|
||||
author: string
|
||||
base_rom: string
|
||||
box_art?: string | null
|
||||
covers?: string[]
|
||||
created_at?: string
|
||||
created_by: string
|
||||
current_patch?: number | null
|
||||
@@ -122,7 +119,6 @@ export type Database = {
|
||||
slug: string
|
||||
social_links?: Json | null
|
||||
summary: string
|
||||
tags?: string[]
|
||||
title: string
|
||||
updated_at?: string | null
|
||||
version: string
|
||||
@@ -134,7 +130,6 @@ export type Database = {
|
||||
author?: string
|
||||
base_rom?: string
|
||||
box_art?: string | null
|
||||
covers?: string[]
|
||||
created_at?: string
|
||||
created_by?: string
|
||||
current_patch?: number | null
|
||||
@@ -147,7 +142,6 @@ export type Database = {
|
||||
slug?: string
|
||||
social_links?: Json | null
|
||||
summary?: string
|
||||
tags?: string[]
|
||||
title?: string
|
||||
updated_at?: string | null
|
||||
version?: string
|
||||
|
||||
Reference in New Issue
Block a user