Skip to content

Commit

Permalink
Merge branch 'members' of git@github.com:bauhouse/export_ensemble int…
Browse files Browse the repository at this point in the history
…o members
  • Loading branch information
bauhouse committed Jul 28, 2009
2 parents 8292e54 + e25807a commit c899bfb
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions extension.driver.php
Expand Up @@ -65,7 +65,11 @@ private function __export(){
'tbl_pages',
'tbl_pages_types',
'tbl_sections',
'tbl_sections_association'
'tbl_sections_association',
'tbl_members_login_tokens',
'tbl_members_roles',
'tbl_members_roles_event_permissions',
'tbl_members_roles_page_permissions'
);

## Grab the schema
Expand All @@ -82,7 +86,11 @@ private function __export(){
'tbl_pages',
'tbl_pages_types',
'tbl_sections',
'tbl_sections_association'
'tbl_sections_association',
'tbl_members_login_tokens',
'tbl_members_roles',
'tbl_members_roles_event_permissions',
'tbl_members_roles_page_permissions'
);

## Field data and entry data schemas needs to be apart of the workspace sql dump
Expand Down

0 comments on commit c899bfb

Please sign in to comment.