From f0aecfc41de9927d255402dafcae4eeb6a9fd5f8 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Mon, 17 Sep 2012 12:50:27 +0000 Subject: [PATCH] update87: Insert a default use_extfiles value to the config table too Signed-off-by: Gergely Nagy --- dak/dakdb/update87.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dak/dakdb/update87.py b/dak/dakdb/update87.py index 8d73dcb0..18e2509a 100644 --- a/dak/dakdb/update87.py +++ b/dak/dakdb/update87.py @@ -43,6 +43,9 @@ CREATE TABLE external_files ( modified timestamp with time zone DEFAULT now() NOT NULL ); """, +""" +INSERT INTO config(name, value) VALUES ('use_extfiles', 0); +""" ] ################################################################################ -- 2.39.2