mirror of
https://github.com/sakaljurgis/kodi-api-server.git
synced 2026-07-08 20:37:41 +00:00
add autoincrement for tables
This commit is contained in:
@@ -16,7 +16,7 @@ export class CreateTorrentsTableAndRelateToFiles1673603746273
|
||||
await queryRunner.query(
|
||||
`create table torrents
|
||||
(
|
||||
id INTEGER primary key,
|
||||
id INTEGER primary key autoincrement,
|
||||
magnet VARCHAR(512),
|
||||
name VARCHAR(256),
|
||||
path VARCHAR(512),
|
||||
|
||||
Reference in New Issue
Block a user