From 28ea5cdfd9676ba090eb84a77933559bd4a427a0 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Tue, 19 Jul 2016 17:44:27 -0400 Subject: clean up theme model --- data/init.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'data') diff --git a/data/init.yaml b/data/init.yaml index e11f82b..54fbfc3 100644 --- a/data/init.yaml +++ b/data/init.yaml @@ -73,6 +73,8 @@ init_sql: theme_hash = LOWER(theme_hash) ), + -- is this a system theme? + -- note: system themes are located in system_dir/themes// is_system BOOLEAN NOT NULL DEFAULT false ) -- cgit v1.2.3