GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
sqlmarker
Browse code
Enabled all tables.
master
1 parent
60e4ea3
commit
39c25fa2c8156f2a2aa52a51f14909ec1d8ca4f8
Nigel Stanger
authored
on 27 Jul 2013
Patch
Showing
2 changed files
BDL/Test_classes/BDL_table_list.php
STINK_student_records/Test_classes/STINK_student_records_table_list.php
Ignore Space
Show notes
View
BDL/Test_classes/BDL_table_list.php
<?php $testTables = array( 'Staff', 'Customer', 'Supplier', 'Product', 'Component', 'Assembly', 'Sale_head', 'Sale_line', 'Order_head', 'Order_line', ); ?>
<?php $testTables = array( // 'Staff', // 'Customer', // 'Supplier', // 'Product', // 'Component', // 'Assembly', // 'Sale_head', // 'Sale_line', // 'Order_head', 'Order_line', ); ?>
Ignore Space
Show notes
View
STINK_student_records/Test_classes/STINK_student_records_table_list.php
<?php $testTables = array( 'Qualification', 'Paper', 'Schedule', 'Person', 'Staff', 'Student', 'Teach', 'Enrolment', 'Assessment', 'Result', ); ?>
<?php $testTables = array( // 'Qualification', // 'Paper', // 'Schedule', // 'Person', // 'Staff', // 'Student', // 'Teach', // 'Enrolment', // 'Assessment', 'Result', ); ?>
Show line notes below