Remove cutOff entirely
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
-- https://www.phpmyadmin.net/
|
-- https://www.phpmyadmin.net/
|
||||||
--
|
--
|
||||||
-- Host: localhost
|
-- Host: localhost
|
||||||
-- Generation Time: Dec 17, 2025 at 11:36 PM
|
-- Generation Time: Dec 20, 2025 at 10:45 PM
|
||||||
-- Server version: 12.1.2-MariaDB
|
-- Server version: 12.1.2-MariaDB
|
||||||
-- PHP Version: 8.5.1
|
-- PHP Version: 8.5.1
|
||||||
|
|
||||||
|
|||||||
@@ -37,8 +37,7 @@ export const launcherGames = mysqlTable('launchergames', {
|
|||||||
name: text('name').notNull(),
|
name: text('name').notNull(),
|
||||||
official: boolean('official').default(false).notNull(),
|
official: boolean('official').default(false).notNull(),
|
||||||
verified: boolean('verified').default(false).notNull(),
|
verified: boolean('verified').default(false).notNull(),
|
||||||
developer: varchar('developer', { length: 32 }),
|
developer: varchar('developer', { length: 32 })
|
||||||
cutOff: int('cutOff').default(-1)
|
|
||||||
})
|
})
|
||||||
|
|
||||||
export const launcherVersions = mysqlTable('launcherversions', {
|
export const launcherVersions = mysqlTable('launcherversions', {
|
||||||
|
|||||||
Reference in New Issue
Block a user