mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix: update table schema
This commit is contained in:
@@ -263,9 +263,9 @@ export const TABLES = {
|
||||
password_hash TEXT NOT NULL,
|
||||
config TEXT NOT NULL,
|
||||
config_salt TEXT NOT NULL,
|
||||
created_at DATETIME DEFAULT CURRENT_TIMESTAMP,
|
||||
updated_at DATETIME DEFAULT CURRENT_TIMESTAMP,
|
||||
accessed_at DATETIME DEFAULT CURRENT_TIMESTAMP
|
||||
created_at TIMESTAMP DEFAULT (CURRENT_TIMESTAMP),
|
||||
updated_at TIMESTAMP DEFAULT (CURRENT_TIMESTAMP),
|
||||
accessed_at TIMESTAMP DEFAULT (CURRENT_TIMESTAMP)
|
||||
`,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user