mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-02-24 23:13:53 +08:00
Remove trailing comma
This commit is contained in:
parent
0a1c5d679e
commit
7cb94e7507
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ CREATE TABLE IF NOT EXISTS teldrive.uploads (
|
|||
channel_id bigint NOT NULL,
|
||||
"size" bigint NOT NULL,
|
||||
created_at timestamp DEFAULT timezone('utc'::text, now()),
|
||||
PRIMARY KEY(upload_id, part_no),
|
||||
PRIMARY KEY(upload_id, part_no)
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue