Skip to content

Commit

Permalink
[TASK] Add phpunit fields to database
Browse files Browse the repository at this point in the history
  • Loading branch information
lolli42 committed Aug 20, 2012
1 parent c14b63d commit 1da1298
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dbimport/phpunit.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER table sys_category ADD tx_phpunit_is_dummy_record tinyint(1) unsigned DEFAULT '0' NOT NULL;
ALTER table sys_category_record_mm ADD tx_phpunit_is_dummy_record tinyint(1) unsigned DEFAULT '0' NOT NULL;

0 comments on commit 1da1298

Please sign in to comment.