Skip to content
Snippets Groups Projects
Commit 4bf9e0b0 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

[gh-390] Remove name, access from unl_schema

parent c474e0ec
No related branches found
No related tags found
No related merge requests found
......@@ -38,20 +38,6 @@ function unl_schema() {
'not null' => TRUE,
'default' => '',
),
'name' => array(
'description' => 'Site name entered on the site configuration page.',
'type' => 'varchar',
'length' => 255,
'not null' => TRUE,
'default' => '',
),
'access' => array(
'description' => 'Timestamp for previous time a non-admin role accessed the site.',
'type' => 'int',
'length' => 11,
'not null' => TRUE,
'default' => 0,
),
'site_admin' => array(
'type' => 'varchar',
'length' => 255,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment