Private GIT

Skip to content
Snippets Groups Projects
Commit 1deacd0b authored by CREMEL Stéphane's avatar CREMEL Stéphane
Browse files

correction d'une erreur de base de donnée (il est reste une ....)

Correction pour enlever toute les css ne servant pas du dernier update
parent 0dd4ad40
Branches
Tags
No related merge requests found
...@@ -588,11 +588,10 @@ width: 30%; ...@@ -588,11 +588,10 @@ width: 30%;
margin-right: 10px; margin-right: 10px;
} }
.progressbarText { .progressbarText {
text-shadow: 0 0 0.1em #fff;
position: absolute; position: absolute;
top: 0; top: 0;
font-size: 12px; font-size: 12px;
color: #555555; color: #333333;
font-weight: bold; font-weight: bold;
width: 100%; width: 100%;
height: 100%; height: 100%;
......
This diff is collapsed.
...@@ -102,7 +102,7 @@ class InitialSchema (db.SchemaUpgrade): ...@@ -102,7 +102,7 @@ class InitialSchema (db.SchemaUpgrade):
"CREATE TABLE info (last_backlog NUMERIC, last_tvdb NUMERIC);", "CREATE TABLE info (last_backlog NUMERIC, last_tvdb NUMERIC);",
"CREATE TABLE history (action NUMERIC, date NUMERIC, showid NUMERIC, season NUMERIC, episode NUMERIC, quality NUMERIC, resource TEXT, provider NUMERIC);", "CREATE TABLE history (action NUMERIC, date NUMERIC, showid NUMERIC, season NUMERIC, episode NUMERIC, quality NUMERIC, resource TEXT, provider NUMERIC);",
"CREATE TABLE episode_links (episode_id INTEGER, link TEXT);", "CREATE TABLE episode_links (episode_id INTEGER, link TEXT);",
"CREATE TABLE imdb_info (tvdb_id INTEGER PRIMARY KEY, imdb_id TEXT, title TEXT, year NUMERIC, akas TEXT, runtimes NUMERIC, genres TEXT, countries TEXT, country_codes TEXT, certificates TEXT, rating TEXT, votes INTEGER, last_update NUMERIC);" "CREATE TABLE imdb_info (tvdb_id INTEGER PRIMARY KEY, imdb_id TEXT, title TEXT, year NUMERIC, akas TEXT, runtimes NUMERIC, genres TEXT, countries TEXT, country_codes TEXT, certificates TEXT, rating TEXT, votes INTEGER, last_update NUMERIC);",
"CREATE TABLE processed_files (episode_id INTEGER, filename TEXT, md5 TEXT)" "CREATE TABLE processed_files (episode_id INTEGER, filename TEXT, md5 TEXT)"
] ]
for query in queries: for query in queries:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment