mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-01-30 19:07:49 +01:00
Add weather
This commit is contained in:
@@ -17,6 +17,7 @@ export const users = sqliteTable('users', {
|
||||
private: integer('private', { mode: 'boolean' }).default(false),
|
||||
language: text('language').default('en-EN'),
|
||||
location: text('location').default('unknown'),
|
||||
weatherTab: integer('weather_tab', { mode: 'boolean' }).default(0),
|
||||
subscription: text('subscription', { enum: Subscription }).default('free'),
|
||||
...timestamps,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user