aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2016-07-19 17:44:27 -0400
committerPaul Duncan <pabs@pablotron.org>2016-07-19 17:44:27 -0400
commit28ea5cdfd9676ba090eb84a77933559bd4a427a0 (patch)
treef9d4b3cf87195e14a909f271153c00e0497d87da /data
parent356016b39f901d63f02bf3ff31a1c3c638a822e8 (diff)
downloadguff-28ea5cdfd9676ba090eb84a77933559bd4a427a0.tar.bz2
guff-28ea5cdfd9676ba090eb84a77933559bd4a427a0.zip
clean up theme model
Diffstat (limited to 'data')
-rw-r--r--data/init.yaml2
1 files changed, 2 insertions, 0 deletions
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/<slug>/
is_system BOOLEAN NOT NULL DEFAULT false
)