From 1da12988e6bd6815ee2cbb28441c13b2dc7e27e8 Mon Sep 17 00:00:00 2001 From: Christian Kuhn Date: Mon, 20 Aug 2012 16:04:19 +0200 Subject: [PATCH] [TASK] Add phpunit fields to database --- dbimport/phpunit.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dbimport/phpunit.sql diff --git a/dbimport/phpunit.sql b/dbimport/phpunit.sql new file mode 100644 index 0000000..2e4ce5d --- /dev/null +++ b/dbimport/phpunit.sql @@ -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; \ No newline at end of file