mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Added a DBSchema so we have an easier way to update the DB
This commit is contained in:
parent
2ad36fa20f
commit
425302ba12
7 changed files with 116 additions and 4 deletions
|
@ -40,3 +40,9 @@ CREATE TABLE IF NOT EXISTS Logs
|
|||
Exception varchar(100) NOT NULL
|
||||
);
|
||||
CREATE UNIQUE INDEX IF NOT EXISTS Logs_Id ON Logs (Id);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS DBInfo
|
||||
(
|
||||
SchemaVersion INTEGER
|
||||
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue