mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-15 09:35:49 +00:00
fix SQLite
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -53,7 +53,7 @@ export class ApplicationCommand extends BaseClass {
|
||||
@Column({ nullable: true, type: "simple-json" })
|
||||
description_localizations?: Record<string, string>;
|
||||
|
||||
@Column({ type: "simple-json", default: [] })
|
||||
@Column({ type: "simple-json" })
|
||||
options: ApplicationCommandOption[];
|
||||
|
||||
@Column({ nullable: true, type: String })
|
||||
|
||||
Reference in New Issue
Block a user