Skip to content
Extraits de code Groupes Projets
Vérifiée Valider d46beb7a rédigé par Kubat's avatar Kubat
Parcourir les fichiers

DB: Set new default version to mk-7.3 as it should be

parent adce8570
Branches
Étiquettes
1 requête de fusion!192Resolve "FEATURE: Use time stamp from kurisu in update process"
......@@ -22,6 +22,7 @@ PRAGMA foreign_keys = true;
-- Make 'misc.version' default to the last version: for now 'mk-7.2'
-- Version mk-7.3:
-- Add field 'kara.repo_timestamp'
-- Make 'misc.version' default to the last version: for now 'mk-7.3'
-- Definition of a kara
......@@ -159,7 +160,7 @@ CREATE TABLE IF NOT EXISTS updates
CREATE TABLE IF NOT EXISTS misc
( id INTEGER PRIMARY KEY DEFAULT 42 CHECK(id = 42)
, version TEXT NOT NULL DEFAULT 'mk-7.2'
, version TEXT NOT NULL DEFAULT 'mk-7.3'
, last_update INTEGER
, last_end_update INTEGER
, update_job INTEGER NOT NULL CHECK(update_job >= 0)
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter