made offline access non-default

pull/743/head
Justin Richer 2014-11-22 22:43:29 -05:00
parent e371ad345f
commit 76b25e13c1
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ INSERT INTO system_scope_TEMP (scope, description, icon, allow_dyn_reg, default_
('email', 'email address', 'envelope', true, true, false, null),
('address', 'physical address', 'home', true, true, false, null),
('phone', 'telephone number', 'bell', true, true, false, null),
('offline_access', 'offline access', 'time', true, true, false, null);
('offline_access', 'offline access', 'time', true, false, false, null);
--
-- Merge the temporary scopes safely into the database. This is a two-step process to keep scopes from being created on every startup with a persistent store.