mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-21 07:43:50 +02:00
Touch ups
This commit is contained in:
@@ -2710,7 +2710,7 @@ class Database {
|
||||
const columnExists = dbRow.some((row) => row.name === 'time');
|
||||
if (!columnExists) {
|
||||
sqliteService.executeNonQuery(
|
||||
`ALTER TABLE ${Database.userPrefix}_avatar_history ADD COLUMN 'time' INTEGER DEFAULT 0;`
|
||||
`ALTER TABLE ${Database.userPrefix}_avatar_history ADD time INTEGER DEFAULT 0`
|
||||
);
|
||||
}
|
||||
}, `PRAGMA table_info(${Database.userPrefix}_avatar_history);`);
|
||||
|
||||
Reference in New Issue
Block a user