[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] update87: Insert a default use_extfiles value to the config table too



Signed-off-by: Gergely Nagy <algernon@debian.org>
---
 dak/dakdb/update87.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/dak/dakdb/update87.py b/dak/dakdb/update87.py
index 8d73dcb..18e2509 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);
+"""
 ]
 
 ################################################################################
-- 
1.7.2.5


Reply to: