mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Fixed errors
This commit is contained in:
parent
0178090986
commit
a325a2ff56
2 changed files with 3 additions and 3 deletions
|
@ -56,11 +56,11 @@ CREATE TABLE IF NOT EXISTS Users
|
|||
);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS RequestHistory
|
||||
{
|
||||
(
|
||||
|
||||
Id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
Type INTEGER NOT NULL,
|
||||
RequestedDate varchar(50) NOT NULL,
|
||||
RequestId INTEGER NOT NULL
|
||||
|
||||
}
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue