Skip to content

Commit

Permalink
Merge pull request #73 from Shinsina/2024-season-4-updates
Browse files Browse the repository at this point in the history
2024 Season 4 Updates
  • Loading branch information
Shinsina authored Dec 18, 2024
2 parents 05b95f2 + 7e6ca1a commit dbbebe9
Show file tree
Hide file tree
Showing 6 changed files with 1,077 additions and 792 deletions.
4 changes: 2 additions & 2 deletions db/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ const User = defineTable({
dev: column.boolean(),
display_name: column.text(),
download_server: column.text(),
email: column.text(),
email: column.text({ default: '' }),
first_name: column.text(),
flags: column.number(),
flags_hex: column.text(),
Expand All @@ -337,7 +337,7 @@ const User = defineTable({
suit: column.json(),
track_packages: column.json(),
twenty_pct_discount: column.boolean(),
username: column.text(),
username: column.text({ default: '' }),
rain_test: column.boolean({ default: false }),
},
});
Expand Down
Loading

0 comments on commit dbbebe9

Please sign in to comment.